Changed log type of starting function of updatenotification module.

This commit is contained in:
Julian Dinter
2021-04-04 14:52:24 +02:00
parent f329770194
commit 0006099758
2 changed files with 7 additions and 2 deletions

View File

@@ -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);