1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 12:44:42 +00:00

Small improvement

This commit is contained in:
M66B 2018-11-29 11:05:29 +01:00
parent 05689f2593
commit a7116e2b9b

View file

@ -2431,7 +2431,7 @@ public class ServiceSynchronize extends LifecycleService {
state.stop();
state.join();
EntityLog.log(ServiceSynchronize.this, "Main stopped queued=" + queued);
EntityLog.log(ServiceSynchronize.this, "Main stopped");
state = null;
}