From 0aa639c7e0c4ea1de17c3f62c4d49098ac667ee6 Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Sat, 25 Oct 2014 00:37:26 +0200 Subject: [PATCH] issue #1056: "fs": zip functions fail with passwords --- js/apps/system/aardvark/frontend/js/bootstrap/module-console.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); }; ////////////////////////////////////////////////////////////////////////////////