Consistent log text.

This commit is contained in:
Julian Dinter 2021-04-04 15:17:42 +02:00
parent 0006099758
commit 50cc1c56e5

View File

@ -17,7 +17,7 @@ Module.register("updatenotification", {
start: function () { start: function () {
var self = this; var self = this;
Log.info("Start updatenotification"); Log.info("Starting module: " + this.name);
setInterval(() => { setInterval(() => {
self.moduleList = {}; self.moduleList = {};
self.updateDom(2); self.updateDom(2);