Improved logging

This commit is contained in:
M66B
2024-12-26 10:07:59 +01:00
parent e982784757
commit 88004a0a08

View File

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