diff options
Diffstat (limited to 'engine/lib/system_log.php')
-rw-r--r-- | engine/lib/system_log.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/system_log.php b/engine/lib/system_log.php index 827c79927..e47475287 100644 --- a/engine/lib/system_log.php +++ b/engine/lib/system_log.php @@ -41,7 +41,7 @@ function system_log($object, $event) { global $CONFIG; - + error_log("***************************** EVENT: $event : ".print_r($object,true)); if ($object instanceof Loggable) { // Has loggable interface, extract the necessary information and store |