]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/xmppqueuehandler.php
Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x
[quix0rs-gnu-social.git] / lib / xmppqueuehandler.php
index 29008da6472a2807d64e1ac5961225bb02d9d79e..7caa078ae39ceb77c89e32297925b26e931694a3 100644 (file)
@@ -43,7 +43,7 @@ class XmppQueueHandler extends QueueHandler
         $this->conn = jabber_connect($this->_id.$this->transport());
 
         if (empty($this->conn)) {
-            $this->log(LOG_ERR, "Could not connect to server.");
+            $this->log(LOG_ERR, "Couldn't connect to server.");
             return false;
         }