X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fjabberqueuehandler.php;h=d6b4b7416a6cdb4320d02d17464e1c8a32cb6420;hb=1652ded48c9c62c40157a5142e5231adbc574ddb;hp=83471f2df7d1789a9fc5c766e73e6cf092b730f9;hpb=ef3b849db05ff6ad4b9e97b38a82242a710519d1;p=quix0rs-gnu-social.git diff --git a/lib/jabberqueuehandler.php b/lib/jabberqueuehandler.php index 83471f2df7..d6b4b7416a 100644 --- a/lib/jabberqueuehandler.php +++ b/lib/jabberqueuehandler.php @@ -40,7 +40,7 @@ class JabberQueueHandler extends QueueHandler try { return jabber_broadcast_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; } }