mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-12 12:03:17 +02:00
Reduced logging
This commit is contained in:
@@ -4253,7 +4253,7 @@ class Core {
|
||||
|
||||
db.setTransactionSuccessful();
|
||||
} catch (SQLiteConstraintException ex) {
|
||||
Log.e(ex);
|
||||
Log.i(ex);
|
||||
|
||||
Map<String, String> crumb = new HashMap<>();
|
||||
crumb.put("folder", message.account + ":" + message.folder + ":" + folder.type);
|
||||
|
||||
Reference in New Issue
Block a user