mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-13 12:33:42 +02:00
Small improvement
This commit is contained in:
@@ -401,9 +401,9 @@ class Core {
|
||||
} catch (Throwable ex) {
|
||||
Log.e(folder.name, ex);
|
||||
EntityLog.log(context, folder.name +
|
||||
" op=" + op.name + " " +
|
||||
" try=" + op.tries + " " +
|
||||
Log.formatThrowable(ex, false));
|
||||
" op=" + op.name +
|
||||
" try=" + op.tries +
|
||||
" " + Log.formatThrowable(ex, false));
|
||||
|
||||
if (similar.size() > 0) {
|
||||
// Retry individually
|
||||
|
||||
Reference in New Issue
Block a user