mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Reduce logging
This commit is contained in:
@@ -1904,7 +1904,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
||||
" backoff=" + backoff +
|
||||
" host=" + account.host +
|
||||
" ex=" + Log.formatThrowable(last_fail, false);
|
||||
if (compensate > 1)
|
||||
if (compensate > 2)
|
||||
Log.e(msg);
|
||||
EntityLog.log(this, msg);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user