1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-04 22:40:32 +00:00

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