Clean up log statement in FcmFetchService.

master
Greyson Parrelli 2020-07-30 16:11:13 -04:00
parent 6f850f5a55
commit 6f53fdc02d
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ public class FcmFetchService extends Service {
retrieveMessages(this);
if (activeCount.decrementAndGet() == 0) {
Log.e(TAG, "stopping");
Log.d(TAG, "No more active. Stopping.");
stopSelf();
}
}