mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 00:23:09 +02:00
Reduce logging
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user