From 6c49d6aeded8245d84c244b28720fd727acb9222 Mon Sep 17 00:00:00 2001 From: allen Date: Thu, 2 Oct 2025 20:45:33 -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 2fe851f71a..03bd68b5ba 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", i.getHistoryRangeInfo(lastID)) + i.log.Debug("History is fully indexed", i.getHistoryRangeInfo(lastID)...) } return }