From 0a290f4509300296916ae4286b0b46341d5785c1 Mon Sep 17 00:00:00 2001 From: allen Date: Thu, 2 Oct 2025 15:15:55 -0400 Subject: [PATCH] fix --- triedb/pathdb/history_indexer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/triedb/pathdb/history_indexer.go b/triedb/pathdb/history_indexer.go index 1ba65fd20c..2fe851f71a 100644 --- a/triedb/pathdb/history_indexer.go +++ b/triedb/pathdb/history_indexer.go @@ -560,7 +560,7 @@ func (i *indexIniter) index(done chan struct{}, interrupt *atomic.Int32, lastID storeIndexMetadata(i.disk, i.typ, 0) i.log.Info("Initialized history indexing flag") } else { - i.log.Debug("History is fully indexed", "last", lastID) + i.log.Debug("History is fully indexed", i.getHistoryRangeInfo(lastID)) } return }