From: Evan Prodromou Date: Sat, 4 Jul 2009 05:16:58 +0000 (-0400) Subject: don't say we're connecting if we're not X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f63702579a672d35c5db262873a4a22835301074;p=quix0rs-gnu-social.git don't say we're connecting if we're not --- diff --git a/lib/stompqueuemanager.php b/lib/stompqueuemanager.php index b8731d5439..a6bac861b3 100644 --- a/lib/stompqueuemanager.php +++ b/lib/stompqueuemanager.php @@ -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);