mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 14:11:00 +00:00
Reduced logging
This commit is contained in:
parent
34aa1112eb
commit
790019840d
1 changed files with 1 additions and 1 deletions
|
@ -2401,7 +2401,7 @@ class Core {
|
|||
|
||||
if (db.message().countMessageByMsgId(folder.id, msgid) > 0) {
|
||||
_new = false;
|
||||
EntityLog.log(context, folder.name + " POP having " + msgid + "/" + uidl);
|
||||
Log.i(folder.name + " POP having " + msgid + "/" + uidl);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue