1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-22 14:11:00 +00:00

Reduced logging

This commit is contained in:
M66B 2021-07-15 18:50:27 +02:00
parent 34aa1112eb
commit 790019840d

View file

@ -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;
}