1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-03 21:55:13 +00:00

Improved logging

This commit is contained in:
M66B 2021-03-03 14:58:43 +01:00
parent 170e5442a6
commit b001b4dde1

View file

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