Reduce logging

This commit is contained in:
M66B
2020-02-08 11:41:52 +01:00
parent afc03ba542
commit 3ba0ad3274

View File

@@ -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 {