mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Improved debug info
This commit is contained in:
@@ -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 ? " !!!" : "") +
|
||||
|
||||
Reference in New Issue
Block a user