mirror of https://github.com/M66B/FairEmail.git
Changed log level
This commit is contained in:
parent
154ab728bb
commit
3dacf93cb7
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue