1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-23 22:51:02 +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); ops.remove(s);
} catch (Throwable ex) { } catch (Throwable ex) {
if (ex instanceof OperationCanceledException) if (ex instanceof OperationCanceledException)
Log.w(folder.name, ex); Log.i(folder.name, ex);
else else
Log.e(folder.name, ex); Log.e(folder.name, ex);