Reduced logging

This commit is contained in:
M66B 2023-09-13 07:40:53 +02:00
parent 58b9f1b368
commit aa0181f556
1 changed files with 1 additions and 1 deletions

View File

@ -2945,7 +2945,7 @@ class Core {
for (String name : local.keySet()) {
EntityFolder folder = local.get(name);
if (EntityFolder.INBOX.equals(folder.type)) {
Log.e(account.host + " keep inbox");
Log.w(account.host + " keep inbox");
continue;
}
List<EntityFolder> childs = parentFolders.get(name);