summaryrefslogtreecommitdiff
path: root/lib/stompqueuemanager.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-07-04 01:16:58 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-07-04 01:16:58 -0400
commitf63702579a672d35c5db262873a4a22835301074 (patch)
treeee5741beffb41e8dfe8d779f7f566021df8df14f /lib/stompqueuemanager.php
parent49c5c6f92bc1d06e6464eade81eead891d86f10d (diff)
don't say we're connecting if we're not
Diffstat (limited to 'lib/stompqueuemanager.php')
-rw-r--r--lib/stompqueuemanager.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/stompqueuemanager.php b/lib/stompqueuemanager.php
index b8731d543..a6bac861b 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);