aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/system_log.php
diff options
context:
space:
mode:
authoricewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-05-23 11:22:53 +0000
committericewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-05-23 11:22:53 +0000
commit0472cb5264b2fe84572f02a56eb2dc0f1ecdade1 (patch)
treecf4c143faa947131bf906b7badcf7b785c4e58d9 /engine/lib/system_log.php
parent428b56a12ebaa334236cfe8bc8ebeef0ef995465 (diff)
downloadelgg-0472cb5264b2fe84572f02a56eb2dc0f1ecdade1.tar.gz
elgg-0472cb5264b2fe84572f02a56eb2dc0f1ecdade1.tar.bz2
git-svn-id: https://code.elgg.org/elgg/trunk@694 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/system_log.php')
-rw-r--r--engine/lib/system_log.php2
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