Reduced logging

This commit is contained in:
M66B
2020-07-06 12:29:20 +02:00
parent 072e68f36a
commit 427d60b298
2 changed files with 3 additions and 3 deletions

View File

@@ -1409,7 +1409,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
account.keep_alive_ok = true;
db.account().setAccountKeepAliveOk(account.id, true);
if (!BuildConfig.PLAY_STORE_RELEASE)
Log.e(account.host + " set keep-alive=" + account.poll_interval);
Log.w(account.host + " set keep-alive=" + account.poll_interval);
EntityLog.log(ServiceSynchronize.this, account.name + " keep alive ok");
} else
EntityLog.log(ServiceSynchronize.this, account.name + " keep alive" +