Skip to content

Commit a4ec87c

Browse files
committed
2 parents a9f6801 + 5c79f9d commit a4ec87c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller/comms/ScreenLogic.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export class ScreenLogicComms {
8787
logger.screenlogic(msg);
8888
})
8989
let ver = await this._client.getVersionAsync();
90-
logger.info(`Screenlogic: connect to ${systemName} ${ver} at ${unit.ipAddr}:${unit.port}`);
90+
logger.info(`Screenlogic: connect to ${systemName} ${ver.version} at ${unit.ipAddr}:${unit.port}`);
9191

9292
let addClient = await this._client.addClientAsync();
9393
logger.silly(`Screenlogic:Add client result: ${addClient}`);

0 commit comments

Comments
 (0)