From: Chimo <chimo@chromic.org>
Date: Mon, 9 Feb 2015 01:07:23 +0000 (-0500)
Subject: Make TwitterBridge less noisy
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=55321af4c86159c60315e02e97f3ceaee137cdf6;p=quix0rs-gnu-social.git

Make TwitterBridge less noisy

Empty timelines are no longer warnings, but debug information
---

diff --git a/plugins/TwitterBridge/daemons/twitterstatusfetcher.php b/plugins/TwitterBridge/daemons/twitterstatusfetcher.php
index 74fc77cd79..d444b8aa5d 100755
--- a/plugins/TwitterBridge/daemons/twitterstatusfetcher.php
+++ b/plugins/TwitterBridge/daemons/twitterstatusfetcher.php
@@ -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;
         }