]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Merge commit 'refs/merge-requests/39' of https://gitorious.org/social/mainline into...
authorMikael Nordfeldth <mmn@hethane.se>
Mon, 9 Feb 2015 10:35:19 +0000 (11:35 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Mon, 9 Feb 2015 10:35:19 +0000 (11:35 +0100)
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;
         }