mirror of https://github.com/M66B/FairEmail.git
Reduce logging
This commit is contained in:
parent
afc03ba542
commit
3ba0ad3274
|
@ -493,7 +493,7 @@ class Core {
|
|||
}
|
||||
}
|
||||
|
||||
if (ops.size() > 0)
|
||||
if (ops.size() > 0 && state.isRunning() && state.isRecoverable())
|
||||
Log.e("Operations failed=" + ops.size());
|
||||
|
||||
} finally {
|
||||
|
|
Loading…
Reference in New Issue