diff --git a/decor/counters.go b/decor/counters.go index 36709f9..32bcdf7 100644 --- a/decor/counters.go +++ b/decor/counters.go @@ -60,7 +60,7 @@ } func (d *countersDecorator) Decor(st *Statistics) string { - return d.producer(st) + return d.FormatMsg(d.producer(st)) } func chooseSizeProducer(unit int, format string) func(*Statistics) string {