Changed log level

This commit is contained in:
M66B
2020-02-08 11:12:28 +01:00
parent 154ab728bb
commit 3dacf93cb7

View File

@@ -492,7 +492,7 @@ class Core {
}
if (ops.size() > 0)
Log.w("Operations failed=" + ops.size());
Log.e("Operations failed=" + ops.size());
} finally {
Log.i(folder.name + " end process state=" + state);