From 9ac367f1c8478b7e16e33f07eee5e1304e43309c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Migone?= Date: Mon, 11 Nov 2024 16:42:09 -0300 Subject: [PATCH] Update subgraphs.ts --- packages/indexer-common/src/subgraphs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {