Changed log level

pull/169/head
M66B 6 years ago
parent a700d37fa7
commit 7707175138

@ -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();

Loading…
Cancel
Save