Skip to content

Commit

Permalink
Fix build number reporting at startup (#3991)
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Kreuzer <kai@openhab.org>
  • Loading branch information
kaikreuzer committed Jan 2, 2024
1 parent 7d1dcd7 commit 30ae005
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -31,7 +31,7 @@ public final class Activator implements BundleActivator {

@Override
public void start(BundleContext bc) throws Exception {
logger.info("Starting openHAB {} (build {})", OpenHAB.getVersion(), OpenHAB.buildString());
logger.info("Starting openHAB {} ({})", OpenHAB.getVersion(), OpenHAB.buildString());
}

@Override
Expand Down

0 comments on commit 30ae005

Please sign in to comment.