Reduced logging

This commit is contained in:
M66B 2022-05-11 14:38:08 +02:00
parent 41a19b24c1
commit c9dbe81961
1 changed files with 1 additions and 1 deletions

View File

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