X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fombqueuehandler.php;h=1921c2bacdee0d0e06afec9898fde8aaf3cceb93;hb=3e8af172d636cc7ca3a9e2301b928f6ca79b9eb2;hp=24896c784c78ed1105bd006afd418fd9e9e99718;hpb=58649055064361eb2d4cab1aa39cc4cf56a92dd8;p=quix0rs-gnu-social.git diff --git a/lib/ombqueuehandler.php b/lib/ombqueuehandler.php index 24896c784c..1921c2bacd 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');