]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/xmppqueuehandler.php
Merge branch 'admin-sections/4' into 0.9.x
[quix0rs-gnu-social.git] / lib / xmppqueuehandler.php
index 29008da6472a2807d64e1ac5961225bb02d9d79e..f28fc9088c47b1449b91a0575f4656e43b3abf2e 100644 (file)
@@ -37,13 +37,13 @@ class XmppQueueHandler extends QueueHandler
 
     function start()
     {
-        # Low priority; we do not want to receive messages
+        # Low priority; we don't want to receive messages
 
         $this->log(LOG_INFO, "INITIALIZE");
         $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;
         }