Skip to content

Commit

Permalink
Clean up log statement in FcmFetchService.
Browse files Browse the repository at this point in the history
  • Loading branch information
greyson-signal committed Aug 4, 2020
1 parent 6f850f5 commit 6f53fdc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -75,7 +75,7 @@ private void fetch() {
retrieveMessages(this);

if (activeCount.decrementAndGet() == 0) {
Log.e(TAG, "stopping");
Log.d(TAG, "No more active. Stopping.");
stopSelf();
}
}
Expand Down

0 comments on commit 6f53fdc

Please sign in to comment.