Reduce logging

This commit is contained in:
M66B 2021-01-20 16:22:56 +01:00
parent 28881c992a
commit c05a71cd91
1 changed files with 1 additions and 1 deletions

View File

@ -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);