From fac83d7e1f27c0ca10f3e3393cf38fc9d8d7fd48 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Sun, 6 Oct 2013 12:27:06 +0200 Subject: [PATCH] set priority of log msg --- views/bootstrap/class.Bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index fb66b0fd6..0f80f27fd 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -971,7 +971,7 @@ function clearFilename() { $this->htmlEndPage(); - add_log_line(" UI::exitError error=".$error." pagetitle=".$pagetitle); + add_log_line(" UI::exitError error=".$error." pagetitle=".$pagetitle, PEAR_LOG_ERR); exit; } /* }}} */