mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-26 19:05:23 +01:00
Reduced logging
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user