mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-19 05:38:31 +00:00
Improved logging
This commit is contained in:
parent
6a433c4252
commit
79f484f969
1 changed files with 1 additions and 1 deletions
|
@ -2493,7 +2493,7 @@ class Core {
|
|||
modseq = ifolder.getHighestModSeq();
|
||||
modified = (force || initialize != 0 ||
|
||||
folder.modseq == null || !folder.modseq.equals(modseq));
|
||||
Log.i(folder.name + " modseq=" + modseq + "/" + folder.modseq + " modified=" + modified);
|
||||
EntityLog.log(context, folder.name + " modseq=" + modseq + "/" + folder.modseq + " modified=" + modified);
|
||||
}
|
||||
} catch (MessagingException ex) {
|
||||
Log.w(folder.name, ex);
|
||||
|
|
Loading…
Reference in a new issue