Logging improvement

This commit is contained in:
M66B 2020-10-29 16:21:02 +01:00
parent f9456895eb
commit 0d23e64edc
1 changed files with 1 additions and 1 deletions

View File

@ -1714,7 +1714,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
backoff = CONNECT_BACKOFF_ALARM_MAX;
String msg = "Fast" +
" fails=" + fast_fails +
" first=" + (now - first_fail) +
" first=" + ((now - first_fail) / 1000L) +
" avg=" + (avg_fail / 1000L) + "/" + (fail_threshold / 1000L) +
" missing=" + (missing / 1000L) +
" compensate=" + compensate +