Improved logging

pull/217/head
M66B 9 months ago
parent e982784757
commit 88004a0a08

@ -1464,7 +1464,7 @@ public class FragmentAccount extends FragmentBase {
if (folder.synchronize) if (folder.synchronize)
EntityOperation.sync(context, folder.id, true); EntityOperation.sync(context, folder.id, true);
} else { } 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); db.folder().setFolderType(existing.id, folder.type);
if (folder.synchronize && if (folder.synchronize &&
!Objects.equals(existing.type, folder.type)) { !Objects.equals(existing.type, folder.type)) {

Loading…
Cancel
Save