X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcharging-station%2Fui-server%2FUIServerUtils.ts;h=95bbba56c8134dd93f20ebbf2dcf06986e70961d;hb=41f3983a4f934199769f9ef1c46bfae2adc22b56;hp=79f8c34a74d5eec236dc8ab84aa672617b2f0daf;hpb=e1d9a0f4d6ff1a90048e9a694fd12b7031cc6961;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/ui-server/UIServerUtils.ts b/src/charging-station/ui-server/UIServerUtils.ts index 79f8c34a..95bbba56 100644 --- a/src/charging-station/ui-server/UIServerUtils.ts +++ b/src/charging-station/ui-server/UIServerUtils.ts @@ -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; };