Skip to content

Commit

Permalink
accessors_chain.go: fix log (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
blxdyx authored Mar 5, 2025
1 parent 85d0f2d commit f4ca931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/rawdb/accessors_chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -1238,7 +1238,7 @@ func PruneTable(tx kv.RwTx, table string, pruneTo uint64, ctx context.Context, l

select {
case <-logEvery.C:
logger.Info(fmt.Sprintf("[%s] pruning table periodic progress", logPrefix), table, "blockNum", blockNum)
logger.Info(fmt.Sprintf("[%s] pruning table periodic progress", logPrefix), "table", table, "blockNum", blockNum)
default:
}

Expand Down

0 comments on commit f4ca931

Please sign in to comment.