mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-27 02:07:12 +00:00
Debug info: max. messages
This commit is contained in:
parent
f5cb2cab05
commit
8a2a759979
1 changed files with 1 additions and 1 deletions
|
@ -2420,7 +2420,7 @@ public class Log {
|
|||
" exempted=" + account.poll_exempted +
|
||||
" poll=" + account.poll_interval +
|
||||
" ondemand=" + account.ondemand +
|
||||
" msgs=" + content + "/" + messages +
|
||||
" msgs=" + content + "/" + messages + " max=" + account.max_messages +
|
||||
" ops=" + db.operation().getOperationCount(account.id) +
|
||||
" schedule=" + (!ignore_schedule) + (ignore_schedule ? " !!!" : "") +
|
||||
" unmetered=" + unmetered + (unmetered ? " !!!" : "") +
|
||||
|
|
Loading…
Reference in a new issue