]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
don't say we're connecting if we're not
authorEvan Prodromou <evan@controlyourself.ca>
Sat, 4 Jul 2009 05:16:58 +0000 (01:16 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Sat, 4 Jul 2009 05:16:58 +0000 (01:16 -0400)
lib/stompqueuemanager.php

index b8731d5439c4d936bc9bc6687e6b1f1b2610e175..a6bac861b36fccd86c15fd9fb5a6036036396d08 100644 (file)
@@ -49,7 +49,6 @@ class StompQueueManager
 
     function _connect()
     {
-        $this->_log(LOG_DEBUG, "Connecting to $this->server...");
         if (empty($this->con)) {
             $this->_log(LOG_INFO, "Connecting to '$this->server' as '$this->username'...");
             $this->con = new Stomp($this->server);