mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +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 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 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 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
|
## [2.14.0] - 2021-01-01
|
||||||
|
|
||||||
|
@ -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));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user