Fix error handling at OCPP message sending
[e-mobility-charging-stations-simulator.git] / src / charging-station / ui-server / UIServerFactory.ts
index 2e5245329b9b70485a8796f92bd2b661124c602d..e7b341d1b0e62260b8156f239171da5d890b10b9 100644 (file)
@@ -18,7 +18,7 @@ export default class UIServerFactory {
   ): AbstractUIServer | null {
     if (UIServiceUtils.isLoopback(uiServerConfiguration.options?.host) === false) {
       console.warn(
-        chalk.magenta(
+        chalk.yellow(
           'Loopback address not detected in UI server configuration. This is not recommended.'
         )
       );