diff options
author | Brion Vibber <brion@pobox.com> | 2010-01-27 20:51:04 -0800 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-01-27 20:51:04 -0800 |
commit | 427ac3a3a6eafa9a82006e9f0a9c2ab19a09fb4b (patch) | |
tree | ec37f37d16100fa3d1f68d27cbcadb9aee4cb7a9 /lib | |
parent | 944a89dfeb20465525ee028f15259431cde4e9c4 (diff) |
debug log line for control channel sub
Diffstat (limited to 'lib')
-rw-r--r-- | lib/stompqueuemanager.php | 1 |
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) { |