Reduced logging

This commit is contained in:
M66B 2020-09-18 09:23:45 +02:00
parent aba33e353d
commit a515bfa81d
1 changed files with 1 additions and 1 deletions

View File

@ -1516,7 +1516,7 @@ class Core {
itarget.setSubscribed(subscribed);
itarget.close();
} catch (MessagingException ex) {
Log.e(ex);
Log.w(ex);
}
db.folder().renameFolder(folder.account, folder.name, folder.rename);