Reduced logging

pull/200/head
M66B 3 years ago
parent 34aa1112eb
commit 790019840d

@ -2401,7 +2401,7 @@ class Core {
if (db.message().countMessageByMsgId(folder.id, msgid) > 0) { if (db.message().countMessageByMsgId(folder.id, msgid) > 0) {
_new = false; _new = false;
EntityLog.log(context, folder.name + " POP having " + msgid + "/" + uidl); Log.i(folder.name + " POP having " + msgid + "/" + uidl);
continue; continue;
} }

Loading…
Cancel
Save