Changed log level

This commit is contained in:
M66B
2019-12-10 21:55:51 +01:00
parent a700d37fa7
commit 7707175138

View File

@@ -291,7 +291,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
break;
case "wakeup":
if (state == null)
Log.e("### wakeup without state");
Log.w("### wakeup without state");
else {
Log.i("### waking up " + current);
state.release();