X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcharging-station%2Focpp%2F2.0%2FOCPP20ResponseService.ts;h=442c6c1d6d488086d999be08e2616fb906cf1b98;hb=44eb6026079c8dc2c77b10a96a42d0c0b2da7c8f;hp=6bc6a5c23a390d705c43ed4dca3395223ea7279f;hpb=59395dc149654128f2996f4999bccb66270f54e4;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/ocpp/2.0/OCPP20ResponseService.ts b/src/charging-station/ocpp/2.0/OCPP20ResponseService.ts index 6bc6a5c2..442c6c1d 100644 --- a/src/charging-station/ocpp/2.0/OCPP20ResponseService.ts +++ b/src/charging-station/ocpp/2.0/OCPP20ResponseService.ts @@ -180,8 +180,7 @@ export default class OCPP20ResponseService extends OCPPResponseService { : logger.info(logMsg); } else { logger.error( - chargingStation.logPrefix() + - ' Charging station boot notification response received: %j with undefined registration status', + `${chargingStation.logPrefix()} Charging station boot notification response received: %j with undefined registration status`, payload ); }