Make TwitterBridge less noisy

Empty timelines are no longer warnings, but debug information
This commit is contained in:
Chimo 2015-02-08 20:07:23 -05:00
parent 8616055959
commit 55321af4c8
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}