forked from TrueCloudLab/restic
fix duplicate bytes in prune output
This commit is contained in:
parent
81473f4538
commit
7f927d4774
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue