Fixed log type

This commit is contained in:
M66B
2021-08-16 10:22:26 +02:00
parent f473969386
commit 8cbe086a43

View File

@@ -2463,7 +2463,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
private List<TupleAccountState> lastAccountStates = null;
private void post(Bundle command) {
EntityLog.log(ServiceSynchronize.this, EntityLog.Type.Network,
EntityLog.log(ServiceSynchronize.this, EntityLog.Type.Scheduling,
"### command " + TextUtils.join(" ", Log.getExtras(command)));
if (command.getBoolean("sync") || command.getBoolean("force"))