Changed log type of starting function of calendar module.

This commit is contained in:
Julian Dinter 2021-04-02 12:26:34 +02:00
parent 491f5aa776
commit 08194925cb

View File

@ -84,7 +84,7 @@ Module.register("calendar", {
// Override start method. // Override start method.
start: function () { start: function () {
Log.log("Starting module: " + this.name); Log.info("Starting module: " + this.name);
// Set locale. // Set locale.
moment.updateLocale(config.language, this.getLocaleSpecification(config.timeFormat)); moment.updateLocale(config.language, this.getLocaleSpecification(config.timeFormat));