From 9b976092048c4cd46ea52ac31d65741a6f3f2ee8 Mon Sep 17 00:00:00 2001 From: gorhill Date: Thu, 30 Nov 2017 08:42:31 -0500 Subject: [PATCH] minor code review --- platform/webext/vapi-cachestorage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/webext/vapi-cachestorage.js b/platform/webext/vapi-cachestorage.js index a842f3b70..e95d22e54 100644 --- a/platform/webext/vapi-cachestorage.js +++ b/platform/webext/vapi-cachestorage.js @@ -83,7 +83,7 @@ vAPI.cacheStorage = (function() { } function genericErrorHandler(error) { - console.error('[uBlock0 cacheStorage]', error); + console.error('[%s]', STORAGE_NAME, error); } function noopfn() {