summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2009-11-12 20:15:10 -0500
committerCraig Andrews <candrews@integralblue.com>2009-11-12 20:15:10 -0500
commitf60a55d9ec08019c7e1a9b60bc5d34fad61fb088 (patch)
tree5d78347c34f91ab8895f23c6c985b0575b1e5441
parented690615de8f6433a1a4d9a8fc7c28385af47d8a (diff)
blasted, that should not be there
-rw-r--r--lib/util.php1
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);
}
}