Skip to content

Commit

Permalink
Fix build number reporting at startup (openhab#3991)
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Kreuzer <kai@openhab.org>
Signed-off-by: Ciprian Pascu <contact@ciprianpascu.ro>
  • Loading branch information
kaikreuzer authored and Ciprian Pascu committed Jan 17, 2024
1 parent 1c8a36c commit d6fc1c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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 d6fc1c2

Please sign in to comment.