mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 12:41:30 +00:00
set priority of log msg
This commit is contained in:
parent
4c514a23b6
commit
fac83d7e1f
|
@ -971,7 +971,7 @@ function clearFilename<?php print $formName ?>() {
|
||||||
|
|
||||||
$this->htmlEndPage();
|
$this->htmlEndPage();
|
||||||
|
|
||||||
add_log_line(" UI::exitError error=".$error." pagetitle=".$pagetitle);
|
add_log_line(" UI::exitError error=".$error." pagetitle=".$pagetitle, PEAR_LOG_ERR);
|
||||||
|
|
||||||
exit;
|
exit;
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user