Skip to content

Commit

Permalink
Differentiate error messages indexer (#570)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariacarmina authored Jul 31, 2024
1 parent 8211ade commit 0b42285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Indexer/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export const processChunkLogs = async (
if (!allowed.length) {
INDEXER_LOGGER.log(
LOG_LEVELS_STR.LEVEL_ERROR,
`Metadata Proof validator not allowed`,
`Metadata Proof validators list is empty`,
true
)
continue
Expand Down

0 comments on commit 0b42285

Please sign in to comment.