diff options
author | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-05-23 11:22:53 +0000 |
---|---|---|
committer | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-05-23 11:22:53 +0000 |
commit | 0472cb5264b2fe84572f02a56eb2dc0f1ecdade1 (patch) | |
tree | cf4c143faa947131bf906b7badcf7b785c4e58d9 /engine/lib/system_log.php | |
parent | 428b56a12ebaa334236cfe8bc8ebeef0ef995465 (diff) | |
download | elgg-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.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 |