mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 13:16:42 +00:00
fix
This commit is contained in:
parent
0a290f4509
commit
6c49d6aede
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue