diff --git a/core/modules/utils/performance.js b/core/modules/utils/performance.js index 51c8ebcfb..ebae60768 100644 --- a/core/modules/utils/performance.js +++ b/core/modules/utils/performance.js @@ -20,7 +20,7 @@ function Performance(enabled) { } Performance.prototype.showGreeting = function() { - this.logger("Execute $tw.perf.log(); to see filter execution timings"); + this.logger.log("Execute $tw.perf.log(); to see filter execution timings"); }; /*