mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-04 22:40:32 +00:00
Improved logging
This commit is contained in:
parent
e982784757
commit
88004a0a08
1 changed files with 1 additions and 1 deletions
|
@ -1464,7 +1464,7 @@ public class FragmentAccount extends FragmentBase {
|
|||
if (folder.synchronize)
|
||||
EntityOperation.sync(context, folder.id, true);
|
||||
} else {
|
||||
EntityLog.log(context, "Updated folder=" + folder.name + " type=" + folder.type);
|
||||
EntityLog.log(context, "Updated folder=" + folder.name + " type=" + existing.type + "/" + folder.type);
|
||||
db.folder().setFolderType(existing.id, folder.type);
|
||||
if (folder.synchronize &&
|
||||
!Objects.equals(existing.type, folder.type)) {
|
||||
|
|
Loading…
Reference in a new issue