X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fpublicqueuehandler.php;h=a497d13850337d88bf81c6ccb5db6a0bebcf6f4e;hb=b10ff031d9ba8c5e3b5267a469e8332011149fee;hp=c9edb8d5d79b184bbcf1d2fa045f8c82219e4f5c;hpb=29d83c8ca94201cb010b5aef564df78ab868ea0c;p=quix0rs-gnu-social.git diff --git a/lib/publicqueuehandler.php b/lib/publicqueuehandler.php index c9edb8d5d7..a497d13850 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; } }