1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-27 10:17:18 +00:00

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