Add logging information re. fetched assets

This commit is contained in:
Raymond Hill 2025-04-03 12:11:57 -04:00
parent 595f9fd469
commit 6b9968d804
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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);