X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fpublicqueuehandler.php;h=a497d13850337d88bf81c6ccb5db6a0bebcf6f4e;hb=119d0f7dbab40f30170ba263de78d7e9cea984db;hp=c9edb8d5d79b184bbcf1d2fa045f8c82219e4f5c;hpb=c8bc598cfd67353f33d7785556374b5d6865a7d9;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; } }