mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-08 20:38:33 +00:00
Clean up log statement in FcmFetchService.
This commit is contained in:
parent
6f850f5a55
commit
6f53fdc02d
@ -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();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user