mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
Changed log type of starting function of updatenotification module.
This commit is contained in:
@@ -17,7 +17,7 @@ Module.register("updatenotification", {
|
||||
|
||||
start: function () {
|
||||
var self = this;
|
||||
Log.log("Start updatenotification");
|
||||
Log.info("Start updatenotification");
|
||||
setInterval(() => {
|
||||
self.moduleList = {};
|
||||
self.updateDom(2);
|
||||
|
Reference in New Issue
Block a user