mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 11:41:19 +00:00
snap indexing: less logs (#4877)
This commit is contained in:
parent
bd4bed5933
commit
a50d4c2852
@ -766,7 +766,6 @@ func BuildMissedIndices(ctx context.Context, dir string, chainID uint256.Int, tm
|
||||
defer sem.Release(1)
|
||||
defer wg.Done()
|
||||
|
||||
log.Log(log.LvlInfo, "[snapshots] Build missed indices", "type", t.String(), "from", sn.From, "to", sn.To)
|
||||
if err := buildIdx(ctx, sn, chainID, tmpDir, lvl); err != nil {
|
||||
errs <- err
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user