Make TwitterBridge less noisy
authorChimo <chimo@chromic.org>
Mon, 9 Feb 2015 01:07:23 +0000 (20:07 -0500)
committerChimo <chimo@chromic.org>
Mon, 9 Feb 2015 01:07:23 +0000 (20:07 -0500)
Empty timelines are no longer warnings, but debug information

plugins/TwitterBridge/daemons/twitterstatusfetcher.php

index 74fc77cd79a00b6a2e494c24e8cdff59a906b51f..d444b8aa5dd70cd3f5c66ae090ad3d0ff33edaa3 100755 (executable)
@@ -187,7 +187,7 @@ class TwitterStatusFetcher extends ParallelizingDaemon
         }
 
         if (empty($timeline)) {
-            common_log(LOG_WARNING, $this->name() .  " - Empty '" . $timelineUri . "' timeline.");
+            common_log(LOG_DEBUG, $this->name() .  " - Empty '" . $timelineUri . "' timeline.");
             return;
         }