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() {