mirror of https://github.com/M66B/FairEmail.git
Improved logging
This commit is contained in:
parent
170e5442a6
commit
b001b4dde1
|
@ -1030,7 +1030,7 @@ class Core {
|
|||
} else {
|
||||
Long found = findUid(context, ifolder, message.msgid, false);
|
||||
if (found == null) {
|
||||
String msg = "Added message not found msgid" + message.msgid;
|
||||
String msg = "Added message not found msgid=" + message.msgid;
|
||||
Log.e(msg);
|
||||
throw new IllegalArgumentException(msg);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue