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