1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-23 06:31:17 +00:00

Reduced logging

This commit is contained in:
M66B 2021-07-29 12:44:10 +02:00
parent af958b255a
commit ccbb865c33

View file

@ -479,7 +479,7 @@ class Core {
ops.remove(s);
} catch (Throwable ex) {
if (ex instanceof OperationCanceledException)
Log.w(folder.name, ex);
Log.i(folder.name, ex);
else
Log.e(folder.name, ex);