mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 06:31:17 +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);
|
||||
} catch (Throwable ex) {
|
||||
if (ex instanceof OperationCanceledException)
|
||||
Log.w(folder.name, ex);
|
||||
Log.i(folder.name, ex);
|
||||
else
|
||||
Log.e(folder.name, ex);
|
||||
|
||||
|
|
Loading…
Reference in a new issue