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 () {
var self = this;
Log.info("Start updatenotification");
Log.info("Starting module: " + this.name);
setInterval(() => {
self.moduleList = {};
self.updateDom(2);