Skip to content

Commit 6b9968d

Browse files
committed
Add logging information re. fetched assets
1 parent 595f9fd commit 6b9968d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/js/assets.js

+1
Original file line numberDiff line numberDiff line change
@@ -955,6 +955,7 @@ assets.get = async function(assetKey, options = {}) {
955955

956956
let error = 'ENOTFOUND';
957957
for ( const contentURL of contentURLs ) {
958+
ubolog(`Fetching ${contentURL} from remote server `);
958959
const details = assetDetails.content === 'filters'
959960
? await assets.fetchFilterList(contentURL)
960961
: await assets.fetchText(contentURL);

0 commit comments

Comments
 (0)