Fix Json type definition naming
[e-mobility-charging-stations-simulator.git] / src / charging-station / Bootstrap.ts
index d39c705c89e19334dd95d8654e5126fc40228406..7113500740fa30d57ad5915ad12ef91483fe4f8c 100644 (file)
@@ -79,14 +79,16 @@ export default class Bootstrap {
             } catch (error) {
               console.error(
                 chalk.red(
-                  'Charging station start with template file ' + stationTemplateUrl.file + ' error '
+                  'Error at starting charging station with template file ' +
+                    stationTemplateUrl.file +
+                    ': '
                 ),
                 error
               );
             }
           }
         } else {
-          console.warn(chalk.yellow('No stationTemplateUrls defined in configuration, exiting'));
+          console.warn(chalk.yellow("No 'stationTemplateUrls' defined in configuration, exiting"));
         }
         if (this.numberOfChargingStations === 0) {
           console.warn(