don't say we're connecting if we're not
This commit is contained in:
parent
49c5c6f92b
commit
f63702579a
@ -49,7 +49,6 @@ class StompQueueManager
|
|||||||
|
|
||||||
function _connect()
|
function _connect()
|
||||||
{
|
{
|
||||||
$this->_log(LOG_DEBUG, "Connecting to $this->server...");
|
|
||||||
if (empty($this->con)) {
|
if (empty($this->con)) {
|
||||||
$this->_log(LOG_INFO, "Connecting to '$this->server' as '$this->username'...");
|
$this->_log(LOG_INFO, "Connecting to '$this->server' as '$this->username'...");
|
||||||
$this->con = new Stomp($this->server);
|
$this->con = new Stomp($this->server);
|
||||||
|
Loading…
Reference in New Issue
Block a user