mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 21:55:13 +00:00
Changed log level
This commit is contained in:
parent
d17bdf71e7
commit
227d71a1f4
1 changed files with 1 additions and 1 deletions
|
@ -1255,7 +1255,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
|||
}
|
||||
});
|
||||
} catch (RejectedExecutionException ex) {
|
||||
Log.w(ex);
|
||||
Log.i(ex);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue