Reduced logging

pull/200/head
M66B 4 years ago
parent af958b255a
commit ccbb865c33

@ -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…
Cancel
Save