mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-31 19:41:19 +00:00
Reduced logging
This commit is contained in:
parent
58b9f1b368
commit
aa0181f556
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue