Log channel info

This commit is contained in:
Evan Prodromou 2012-06-17 10:15:42 -04:00
parent ec264fcd90
commit dc4a42e600
1 changed files with 1 additions and 0 deletions

View File

@ -253,6 +253,7 @@ class RealtimePlugin extends Plugin
list($action, $arg1, $arg2) = $path;
$channels = Realtime_channel::getAllChannels($action, $arg1, $arg2);
$this->log(LOG_INFO, sprintf(_("%d candidate channels for notice %d"), $notice->id));
foreach ($channels as $channel) {