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:
parent
a700d37fa7
commit
7707175138
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue