summaryrefslogtreecommitdiff
path: root/lib/ombqueuehandler.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ombqueuehandler.php')
-rw-r--r--lib/ombqueuehandler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ombqueuehandler.php b/lib/ombqueuehandler.php
index 24896c784..1921c2bac 100644
--- a/lib/ombqueuehandler.php
+++ b/lib/ombqueuehandler.php
@@ -39,7 +39,7 @@ class OmbQueueHandler extends QueueHandler
function handle($notice)
{
if ($this->is_remote($notice)) {
- $this->log(LOG_DEBUG, 'Ignoring remote notice ' . $notice->id);
+ common_log(LOG_DEBUG, 'Ignoring remote notice ' . $notice->id);
return true;
} else {
require_once(INSTALLDIR.'/lib/omb.php');