Improved logging

pull/194/head
M66B 5 years ago
parent 170e5442a6
commit b001b4dde1

@ -1030,7 +1030,7 @@ class Core {
} else { } else {
Long found = findUid(context, ifolder, message.msgid, false); Long found = findUid(context, ifolder, message.msgid, false);
if (found == null) { if (found == null) {
String msg = "Added message not found msgid" + message.msgid; String msg = "Added message not found msgid=" + message.msgid;
Log.e(msg); Log.e(msg);
throw new IllegalArgumentException(msg); throw new IllegalArgumentException(msg);
} }

Loading…
Cancel
Save