Skip to content

Commit 8ebc5cf

Browse files
committed
Address review
Signed-off-by: Florian Hotze <dev@florianhotze.com>
1 parent 29ad1cf commit 8ebc5cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/upgradetool/src/main/java/org/openhab/core/tools/internal/PersistenceUpgrader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public boolean execute(@Nullable Path userdataPath, @Nullable Path confPath) {
7878
// No managed persistence configurations, so no need to upgrade
7979
return true;
8080
}
81-
logger.debug("found {} managed persistence configurations: {}", managedConfigs.size(),
81+
logger.debug("found {} (missing) managed persistence configurations: {}", managedConfigs.size(),
8282
String.join(",", managedConfigs));
8383
logger.debug("found {} unmanaged persistence configurations: {}", unmanagedConfigs.size(),
8484
String.join(",", unmanagedConfigs));

0 commit comments

Comments
 (0)