Reduced logging

This commit is contained in:
M66B
2020-10-31 17:53:37 +01:00
parent 87b556ff97
commit 9e7f7c1928

View File

@@ -1738,7 +1738,8 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
" backoff=" + backoff +
" host=" + account.host +
" ex=" + Log.formatThrowable(last_fail, false);
Log.e(msg);
if (compensate > 1)
Log.e(msg);
EntityLog.log(this, msg);
state.setBackoff(backoff * 60);