Improved logging

This commit is contained in:
M66B 2021-03-03 14:58:43 +01:00
parent 170e5442a6
commit b001b4dde1
1 changed files with 1 additions and 1 deletions

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