mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 21:31:53 +01:00
Fix build number reporting at startup (#3991)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
parent
7d1dcd7937
commit
30ae005956
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user