mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-28 18:59:01 +00:00
Added logging
This commit is contained in:
parent
ac994965e0
commit
b696b637e7
1 changed files with 1 additions and 1 deletions
|
@ -505,7 +505,7 @@ class Core {
|
|||
|
||||
Long uid = findUid(ifolder, message.msgid, false);
|
||||
if (uid == null)
|
||||
throw new IllegalArgumentException("Message not found for " + op.name);
|
||||
throw new IllegalArgumentException("Message not found for " + op.name + " folder=" + folder.name);
|
||||
|
||||
DB db = DB.getInstance(context);
|
||||
db.message().setMessageUid(message.id, message.uid);
|
||||
|
|
Loading…
Reference in a new issue