]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/jabberqueuehandler.php
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
[quix0rs-gnu-social.git] / lib / jabberqueuehandler.php
index 83471f2df7d1789a9fc5c766e73e6cf092b730f9..d6b4b7416a6cdb4320d02d17464e1c8a32cb6420 100644 (file)
@@ -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;
         }
     }