diff --git a/js/apps/system/aardvark/frontend/js/bootstrap/module-console.js b/js/apps/system/aardvark/frontend/js/bootstrap/module-console.js index b500e49e9d..4fc2d33fff 100644 --- a/js/apps/system/aardvark/frontend/js/bootstrap/module-console.js +++ b/js/apps/system/aardvark/frontend/js/bootstrap/module-console.js @@ -394,7 +394,7 @@ delete timers[label]; - logGroup('%s: %dms', label, duration); + logGroup("info", sprintf('%s: %dms', label, duration)); }; ////////////////////////////////////////////////////////////////////////////////