X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fjabberqueuehandler.php;h=d6b4b7416a6cdb4320d02d17464e1c8a32cb6420;hb=f2b60b78b6096447a8aadc3d5075bb916f89880a;hp=83471f2df7d1789a9fc5c766e73e6cf092b730f9;hpb=c7507e7e9dafa6d6e054978e720e4fce3abc9929;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; } }