mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-14 21:13:37 +02:00
Improved logging
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user