Final cleanups I think

This commit is contained in:
rejas
2020-06-01 16:40:20 +02:00
parent 008ac2876b
commit 963b1aa6b1
4 changed files with 13 additions and 16 deletions

View File

@@ -436,7 +436,7 @@ var CalendarFetcher = function (url, reloadInterval, excludedEvents, maximumEntr
* Broadcast the existing events.
*/
this.broadcastEvents = function () {
Log.info("Broadcasting " + events.length + " events.");
Log.info("Calendar-Fetcher: Broadcasting " + events.length + " events.");
eventsReceivedCallback(self);
};