summaryrefslogtreecommitdiff
path: root/lib/publicqueuehandler.php
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-01-28 23:08:36 -0800
committerBrion Vibber <brion@pobox.com>2010-01-28 23:08:36 -0800
commit4d3808a815dd8a020cf17151e4c04a821790169d (patch)
tree0d07aabf437e7a0ec43dcf5a380535d27595f574 /lib/publicqueuehandler.php
parente5eca9bd2ce11633e14a840cb93adc6fd3ec8fc0 (diff)
Fix more fatal errors in queue edge cases
Diffstat (limited to 'lib/publicqueuehandler.php')
-rw-r--r--lib/publicqueuehandler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/publicqueuehandler.php b/lib/publicqueuehandler.php
index c9edb8d5d..a497d1385 100644
--- a/lib/publicqueuehandler.php
+++ b/lib/publicqueuehandler.php
@@ -38,7 +38,7 @@ class PublicQueueHandler extends QueueHandler
try {
return jabber_public_notice($notice);
} catch (XMPPHP_Exception $e) {
- $this->log(LOG_ERR, "Got an XMPPHP_Exception: " . $e->getMessage());
+ common_log(LOG_ERR, "Got an XMPPHP_Exception: " . $e->getMessage());
return false;
}
}