Small improvement

This commit is contained in:
M66B 2021-10-02 07:37:51 +02:00
parent 1be2e31a0d
commit b7fd69be32
1 changed files with 1 additions and 1 deletions

View File

@ -1984,9 +1984,9 @@ public class Log {
for (TupleFolderEx folder : folders)
if (folder.synchronize)
size += write(os, "- " + folder.name + " " + folder.type +
" notify=" + folder.notify +
" poll=" + folder.poll + "/" + folder.poll_factor +
" days=" + folder.sync_days + "/" + folder.keep_days +
" notify=" + folder.notify +
" msgs=" + folder.content + "/" + folder.messages +
" " + folder.state +
(folder.last_sync == null ? "" : " " + dtf.format(folder.last_sync)) +