mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Fix build number reporting at startup (#3991)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user