]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/publicqueuehandler.php
Update doc comment for Awesomeness plugin
[quix0rs-gnu-social.git] / lib / publicqueuehandler.php
index c9edb8d5d79b184bbcf1d2fa045f8c82219e4f5c..a497d13850337d88bf81c6ccb5db6a0bebcf6f4e 100644 (file)
@@ -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;
         }
     }