Make TwitterBridge less noisy
Empty timelines are no longer warnings, but debug information
This commit is contained in:
		@@ -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;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user