Updated log text

pull/178/head
M66B 6 years ago
parent e11c9a4067
commit 8dfb40a29d

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

Loading…
Cancel
Save