From: Brion Vibber Date: Thu, 28 Jan 2010 04:51:04 +0000 (-0800) Subject: debug log line for control channel sub X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=427ac3a3a6eafa9a82006e9f0a9c2ab19a09fb4b;p=quix0rs-gnu-social.git debug log line for control channel sub --- diff --git a/lib/stompqueuemanager.php b/lib/stompqueuemanager.php index 19e8c49b5c..da70d9ae31 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) {