mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 22:51:02 +00:00
Reduced logging
This commit is contained in:
parent
af958b255a
commit
ccbb865c33
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue