mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Turn down debug.
This commit is contained in:
parent
dadf2e95b6
commit
15178ba7c5
1 changed files with 1 additions and 1 deletions
|
@ -698,7 +698,7 @@ public class NBSyncService extends Service {
|
|||
*/
|
||||
public static boolean requestMoreForFeed(FeedSet fs, int desiredStoryCount, int callerSeen) {
|
||||
if (ExhaustedFeeds.contains(fs)) {
|
||||
Log.e(NBSyncService.class.getName(), "rejecting request for feedset that is exhaused");
|
||||
if (AppConstants.VERBOSE_LOG) Log.i(NBSyncService.class.getName(), "rejecting request for feedset that is exhaused");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue