mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 15:17:03 +02:00
Changed log level
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user