Small improvement

This commit is contained in:
M66B 2018-11-29 11:05:29 +01:00
parent 05689f2593
commit a7116e2b9b
1 changed files with 1 additions and 1 deletions

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;
}