diff --git a/cmd/restic/cmd_prune.go b/cmd/restic/cmd_prune.go index 8e3c5b53d..d48d00192 100644 --- a/cmd/restic/cmd_prune.go +++ b/cmd/restic/cmd_prune.go @@ -122,7 +122,7 @@ func pruneRepository(gopts GlobalOptions, repo restic.Repository) error { stats.bytes += pack.Size blobs += len(pack.Entries) } - Verbosef("repository contains %v packs (%v blobs) with %v bytes\n", + Verbosef("repository contains %v packs (%v blobs) with %v\n", len(idx.Packs), blobs, formatBytes(uint64(stats.bytes))) blobCount := make(map[restic.BlobHandle]int)