diff --git a/src/js/assets.js b/src/js/assets.js index a9d07cf0a..809f5c470 100644 --- a/src/js/assets.js +++ b/src/js/assets.js @@ -955,6 +955,7 @@ assets.get = async function(assetKey, options = {}) { let error = 'ENOTFOUND'; for ( const contentURL of contentURLs ) { + ubolog(`Fetching ${contentURL} from remote server `); const details = assetDetails.content === 'filters' ? await assets.fetchFilterList(contentURL) : await assets.fetchText(contentURL);