debug log line for control channel sub
This commit is contained in:
parent
944a89dfeb
commit
427ac3a3a6
|
@ -242,6 +242,7 @@ class StompQueueManager extends QueueManager
|
||||||
parent::start($master);
|
parent::start($master);
|
||||||
$this->_connect();
|
$this->_connect();
|
||||||
|
|
||||||
|
common_log(LOG_INFO, "Subscribing to $this->control");
|
||||||
$this->con->subscribe($this->control);
|
$this->con->subscribe($this->control);
|
||||||
if ($this->sites) {
|
if ($this->sites) {
|
||||||
foreach ($this->sites as $server) {
|
foreach ($this->sites as $server) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user