mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-04 06:20:26 +00:00
Small improvement
This commit is contained in:
parent
05689f2593
commit
a7116e2b9b
1 changed files with 1 additions and 1 deletions
|
@ -2431,7 +2431,7 @@ public class ServiceSynchronize extends LifecycleService {
|
||||||
state.stop();
|
state.stop();
|
||||||
state.join();
|
state.join();
|
||||||
|
|
||||||
EntityLog.log(ServiceSynchronize.this, "Main stopped queued=" + queued);
|
EntityLog.log(ServiceSynchronize.this, "Main stopped");
|
||||||
|
|
||||||
state = null;
|
state = null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue