Make TwitterBridge less noisy
Empty timelines are no longer warnings, but debug information
This commit is contained in:
parent
8616055959
commit
55321af4c8
@ -187,7 +187,7 @@ class TwitterStatusFetcher extends ParallelizingDaemon
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (empty($timeline)) {
|
if (empty($timeline)) {
|
||||||
common_log(LOG_WARNING, $this->name() . " - Empty '" . $timelineUri . "' timeline.");
|
common_log(LOG_DEBUG, $this->name() . " - Empty '" . $timelineUri . "' timeline.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user