Fix log message
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 18 Nov 2021 14:30:35 +0000 (15:30 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 18 Nov 2021 14:30:35 +0000 (15:30 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/charging-station/ocpp/1.6/OCPP16IncomingRequestService.ts

index c8c6b969550aa2689fb66f9426690e18a5d7e23d..6510e68f38c57ca5053e3871cda6aaa01b38dfa6 100644 (file)
@@ -302,7 +302,7 @@ export default class OCPP16IncomingRequestService extends OCPPIncomingRequestSer
               authorized = true;
             }
           } else {
-            logger.warn(`${this.chargingStation.logPrefix()} The charging station configuration expects authorize at remote start transaction but local authorization or authorize is enabled`);
+            logger.warn(`${this.chargingStation.logPrefix()} The charging station configuration expects authorize at remote start transaction but local authorization or authorize isn't enabled`);
           }
           if (authorized) {
             // Authorization successful, start transaction