From 8ded9dff46126f1c7ffa5e5dfee7b0caa9451b84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=27rysiek=27=20Wo=C5=BAniak?= Date: Sun, 23 Jan 2022 19:54:49 +0000 Subject: [PATCH] additional message in basic-integrity plugin --- plugins/basic-integrity.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/basic-integrity.js b/plugins/basic-integrity.js index b97ae25..b056f10 100644 --- a/plugins/basic-integrity.js +++ b/plugins/basic-integrity.js @@ -5,7 +5,6 @@ /** * this plugin does not implement any push method */ - // no polluting of the global namespace please (function(LRPC){ // this never changes @@ -45,6 +44,7 @@ * getting content using the wrapped plugin, but providing integrity data */ let fetchContent = (url, init={}) => { + LR.log(pluginName, `handling: ${url}`) // integrity data // a string, where we will combine integrity data from init