Small improvement

This commit is contained in:
M66B 2021-12-26 16:52:46 +01:00
parent 776b447e74
commit 7eefed0843
1 changed files with 1 additions and 1 deletions

View File

@ -2140,7 +2140,7 @@ class Core {
continue;
}
subscription.add(fullName);
Log.i("Subscribed " + defaultFolder.getFullName() + ":" + fullName);
Log.i("Subscribed " + fullName);
}
} catch (Throwable ex) {
/*