set priority of log msg

This commit is contained in:
Uwe Steinmann 2013-10-06 12:27:06 +02:00
parent 4c514a23b6
commit fac83d7e1f

View File

@ -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;
} /* }}} */ } /* }}} */