]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
debug log line for control channel sub
authorBrion Vibber <brion@pobox.com>
Thu, 28 Jan 2010 04:51:04 +0000 (20:51 -0800)
committerBrion Vibber <brion@pobox.com>
Thu, 28 Jan 2010 04:51:04 +0000 (20:51 -0800)
lib/stompqueuemanager.php

index 19e8c49b5ce9c9e7a996ef3f8d948a9360b8f952..da70d9ae31e70296cc046b512c23d0aebab7f033 100644 (file)
@@ -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) {