Whitespace cleanup in log messages
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 4 Jan 2023 23:11:51 +0000 (00:11 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 4 Jan 2023 23:11:51 +0000 (00:11 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/charging-station/ocpp/1.6/OCPP16ResponseService.ts
src/charging-station/ocpp/2.0/OCPP20ResponseService.ts

index 9300e44ac664e97e12d7fb44e6f3b425b713529c..49252cbb62527c3a218014ec52bd747dd91f4b48 100644 (file)
@@ -226,7 +226,7 @@ export default class OCPP16ResponseService extends OCPPResponseService {
           payload,
           null,
           2
-        )} while the charging station is not registered on the central server. `,
+        )} while the charging station is not registered on the central server.`,
         commandName,
         payload
       );
index 39baa0e579bb41a7eed3587c9a89c02a3306ca9f..a48a11c0b8bfcc47b3c0ec04bb8e0b9fb41b724d 100644 (file)
@@ -72,7 +72,7 @@ export default class OCPP20ResponseService extends OCPPResponseService {
           payload,
           null,
           2
-        )} while the charging station is not registered on the central server. `,
+        )} while the charging station is not registered on the central server.`,
         commandName,
         payload
       );