Skip to content

Commit df6dbb9

Browse files
committed
Adding homebridge version to running log message
1 parent 7c5c31e commit df6dbb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export class Server {
172172
info.setCharacteristic(Characteristic.FirmwareRevision, getVersion());
173173

174174
this.bridge.on(AccessoryEventTypes.LISTENING, (port: number) => {
175-
log.info("Homebridge is running on port %s.", port);
175+
log.info("Homebridge v%s is running on port %s.", getVersion(), port);
176176
});
177177

178178
const publishInfo: PublishInfo = {

0 commit comments

Comments
 (0)