mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
Merge pull request #2512 from jupadin/log-consistency
This commit is contained in:
commit
d85e1c70d6
@ -82,6 +82,7 @@ Special thanks to the following contributors: @EdgardosReis, @MystaraTheGreat, @
|
||||
- Fix calendar time/date adjustment when time with GMT offset is different day (#2488).
|
||||
- Fix calendar daylight savings offset calculation if recurring FULL DAY start date before 2007 (#2483).
|
||||
- Fix newsreaders template, for wrong test for nowrap in 2 places (should be if not).
|
||||
- Fix calendar start function logging inconsistency
|
||||
|
||||
## [2.14.0] - 2021-01-01
|
||||
|
||||
|
@ -84,7 +84,7 @@ Module.register("calendar", {
|
||||
|
||||
// Override start method.
|
||||
start: function () {
|
||||
Log.log("Starting module: " + this.name);
|
||||
Log.info("Starting module: " + this.name);
|
||||
|
||||
// Set locale.
|
||||
moment.updateLocale(config.language, this.getLocaleSpecification(config.timeFormat));
|
||||
|
Loading…
x
Reference in New Issue
Block a user