Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion indexer/lib/advertisement-walker.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,8 @@ export async function fetchAdvertisedPayload (providerAddress, advertisementCid,
// We are not able to fetch the advertised entries. Skip this advertisement so that we can
// continue the ingestion of other advertisements.
const errorDescription = describeFetchError(err, providerAddress)
console.warn(
const log = /** @type {any} */(err)?.statusCode === 404 ? debug : console.warn
log(
'Cannot fetch ad %s entries %s: %s',
advertisementCid,
entriesCid,
Expand Down