Reduce logging

pull/174/head
M66B 6 years ago
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…
Cancel
Save