mirror of https://github.com/M66B/FairEmail.git
Improved logging
This commit is contained in:
parent
6a433c4252
commit
79f484f969
|
@ -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 New Issue