summaryrefslogtreecommitdiff
path: root/lib/stompqueuemanager.php
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-01-27 20:51:04 -0800
committerBrion Vibber <brion@pobox.com>2010-01-27 20:51:04 -0800
commit427ac3a3a6eafa9a82006e9f0a9c2ab19a09fb4b (patch)
treeec37f37d16100fa3d1f68d27cbcadb9aee4cb7a9 /lib/stompqueuemanager.php
parent944a89dfeb20465525ee028f15259431cde4e9c4 (diff)
debug log line for control channel sub
Diffstat (limited to 'lib/stompqueuemanager.php')
-rw-r--r--lib/stompqueuemanager.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/stompqueuemanager.php b/lib/stompqueuemanager.php
index 19e8c49b5..da70d9ae3 100644
--- a/lib/stompqueuemanager.php
+++ b/lib/stompqueuemanager.php
@@ -242,6 +242,7 @@ class StompQueueManager extends QueueManager
parent::start($master);
$this->_connect();
+ common_log(LOG_INFO, "Subscribing to $this->control");
$this->con->subscribe($this->control);
if ($this->sites) {
foreach ($this->sites as $server) {