Small improvement

This commit is contained in:
M66B 2021-09-30 13:39:42 +02:00
parent fd07f57391
commit 40eb658710
1 changed files with 1 additions and 1 deletions

View File

@ -2156,7 +2156,7 @@ class Core {
if (folder == null) {
folder = db.folder().getFolderByName(account.id, fullName);
if (folder != null) {
Log.e("Reselecting " + account.name + " " + type + "=" + fullName);
Log.e("Reselecting " + account.host + " " + type + "=" + fullName);
folder.type = type;
db.folder().setFolderType(folder.id, folder.type);
}