From: Roland Haeder Date: Sun, 16 Feb 2014 17:59:58 +0000 (+0100) Subject: Opps, 2 parameters are required. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a57f0d719b45c03ec48ad18ed08a24d8931cb86a;p=hub.git Opps, 2 parameters are required. Signed-off-by: Roland Haeder --- 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);