diff options
author | Evan Prodromou <evan@status.net> | 2010-01-28 01:25:08 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-01-28 01:25:08 -0500 |
commit | 5bf4928db81ad8fbb0eff425951e703d7ebc3677 (patch) | |
tree | 1f6312ca341eb6b93323cb3ce5f1f6a8f28fe735 /lib | |
parent | 1ba8045a9b318fd19fb55d2c469bd23a3976c2e8 (diff) | |
parent | 427ac3a3a6eafa9a82006e9f0a9c2ab19a09fb4b (diff) |
Merge branch 'master' of git@gitorious.org:statusnet/mainline
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) { |