From a57f0d719b45c03ec48ad18ed08a24d8931cb86a Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sun, 16 Feb 2014 18:59:58 +0100 Subject: [PATCH] Opps, 2 parameters are required. Signed-off-by: Roland Haeder --- application/hub/exceptions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/hub/exceptions.php b/application/hub/exceptions.php index ffb05434e..a7c409ae1 100644 --- a/application/hub/exceptions.php +++ b/application/hub/exceptions.php @@ -120,7 +120,7 @@ function __assertHandler ($file, $line, $code) { ); // Log assert - syslog($message); + syslog(LOG_WARNING, $message); // Throw an exception here throw new AssertionException($message, BaseFrameworkSystem::EXCEPTION_ASSERTION_FAILED); -- 2.39.5