diff --git a/packages/indexer-common/src/subgraphs.ts b/packages/indexer-common/src/subgraphs.ts index 8e6ebcb0a..78aaa9074 100644 --- a/packages/indexer-common/src/subgraphs.ts +++ b/packages/indexer-common/src/subgraphs.ts @@ -481,7 +481,7 @@ export class SubgraphFreshnessChecker { if (blockDistance < 0) { // Invariant violated: Subgraph can't be ahead of network latest block const errorMsg = `${this.subgraphName}'s latest indexed block (${latestIndexedBlock}) is higher than Network's latest block (${latestNetworkBlock})` - this.logger.trace(errorMsg, logInfo + this.logger.trace(errorMsg, logInfo) } if (blockDistance > this.threshold) {