diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-11-12 20:15:10 -0500 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-11-12 20:15:10 -0500 |
commit | f60a55d9ec08019c7e1a9b60bc5d34fad61fb088 (patch) | |
tree | 5d78347c34f91ab8895f23c6c985b0575b1e5441 /lib/util.php | |
parent | ed690615de8f6433a1a4d9a8fc7c28385af47d8a (diff) |
blasted, that should not be there
Diffstat (limited to 'lib/util.php')
-rw-r--r-- | lib/util.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php index 4b2a25ead..68f3520db 100644 --- a/lib/util.php +++ b/lib/util.php @@ -1058,7 +1058,6 @@ function common_log($priority, $msg, $filename=null) } } else { common_ensure_syslog(); - error_log($msg); syslog($priority, $msg); } } |