mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 03:39:55 +00:00
Consistent log text.
This commit is contained in:
parent
0006099758
commit
50cc1c56e5
@ -17,7 +17,7 @@ Module.register("updatenotification", {
|
||||
|
||||
start: function () {
|
||||
var self = this;
|
||||
Log.info("Start updatenotification");
|
||||
Log.info("Starting module: " + this.name);
|
||||
setInterval(() => {
|
||||
self.moduleList = {};
|
||||
self.updateDom(2);
|
||||
|
Loading…
x
Reference in New Issue
Block a user