fix: fix reservationId payload field filling at start transaction
[e-mobility-charging-stations-simulator.git] / src / charging-station / ui-server / UIServerUtils.ts
index 79f8c34a74d5eec236dc8ab84aa672617b2f0daf..95bbba56c8134dd93f20ebbf2dcf06986e70961d 100644 (file)
@@ -26,7 +26,7 @@ export class UIServerUtils {
     logger.error(
       `${logPrefix(
         ' UI WebSocket Server |',
-      )} Unsupported protocol: ${protocol} or protocol version: ${version}`,
+      )} Unsupported protocol: '${protocol}' or protocol version: '${version}'`,
     );
     return false;
   };