Show on-demand for accounts in debug info

This commit is contained in:
M66B
2021-10-16 12:53:28 +02:00
parent e2cdc80800
commit 26664c8524

View File

@@ -1976,6 +1976,7 @@ public class Log {
" sync=" + account.synchronize +
" exempted=" + account.poll_exempted +
" poll=" + account.poll_interval +
" ondemand=" + account.ondemand +
" messages=" + content + "/" + messages +
" " + account.state +
(account.last_connected == null ? "" : " " + dtf.format(account.last_connected)) +