diff --git a/erigon-lib/state/aggregator_v3.go b/erigon-lib/state/aggregator_v3.go index 1a0b0598d1a..ae7a3fdcdf2 100644 --- a/erigon-lib/state/aggregator_v3.go +++ b/erigon-lib/state/aggregator_v3.go @@ -807,7 +807,7 @@ func (ac *AggregatorV3Context) PruneSmallBatches(ctx context.Context, timeout ti ac.a.logger.Info("[agg] pruning", "until timeout", time.Until(dd).String(), "stepsRangeInDB", ac.a.StepsRangeInDBAsStr(tx), - "pruned", stat.String(), + "pruned", fullStat.String(), ) case <-localTimeout.Done(): return nil