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 }