mirror of https://github.com/M66B/FairEmail.git
Improved debug info
This commit is contained in:
parent
2511061b51
commit
545d7a1d63
|
@ -2491,7 +2491,7 @@ public class Log {
|
|||
" sync=" + account.synchronize +
|
||||
" exempted=" + account.poll_exempted +
|
||||
" poll=" + account.poll_interval +
|
||||
" ondemand=" + account.ondemand +
|
||||
" ondemand=" + account.ondemand + (account.ondemand ? " !!!" : "") +
|
||||
" msgs=" + content + "/" + messages + " max=" + account.max_messages +
|
||||
" ops=" + db.operation().getOperationCount(account.id) +
|
||||
" schedule=" + (!ignore_schedule) + (ignore_schedule ? " !!!" : "") +
|
||||
|
|
Loading…
Reference in New Issue