X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcharging-station%2FBootstrap.ts;h=329c5546dcde0a255add2c4a136652d2b337cc61;hb=f962bb40411fa6ed83632c2aa23c4de5f2586716;hp=e29c6445fefcccb383b4387f93d670a948c57326;hpb=56eb297e60819adea5d3a1f419a872cc8d3b5284;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/Bootstrap.ts b/src/charging-station/Bootstrap.ts index e29c6445..329c5546 100644 --- a/src/charging-station/Bootstrap.ts +++ b/src/charging-station/Bootstrap.ts @@ -229,9 +229,9 @@ export class Bootstrap { this.uiServer?.chargingStations.set(data.stationInfo.hashId, data); ++this.numberOfStartedChargingStations; logger.info( - `${this.logPrefix()} ${moduleName}.workerEventStarted: Charging station '${ + `${this.logPrefix()} ${moduleName}.workerEventStarted: Charging station ${ data.stationInfo.chargingStationId - } (hashId: ${data.stationInfo.hashId})' started (${ + } (hashId: ${data.stationInfo.hashId}) started (${ this.numberOfStartedChargingStations } started from ${this.numberOfChargingStations})` ); @@ -241,9 +241,9 @@ export class Bootstrap { this.uiServer?.chargingStations.set(data.stationInfo.hashId, data); --this.numberOfStartedChargingStations; logger.info( - `${this.logPrefix()} ${moduleName}.workerEventStopped: Charging station '${ + `${this.logPrefix()} ${moduleName}.workerEventStopped: Charging station ${ data.stationInfo.chargingStationId - } (hashId: ${data.stationInfo.hashId})' stopped (${ + } (hashId: ${data.stationInfo.hashId}) stopped (${ this.numberOfStartedChargingStations } started from ${this.numberOfChargingStations})` );