1
0
mirror of https://github.com/restic/restic.git synced 2024-06-28 08:00:52 +02:00

prune: Fix debug log

This commit is contained in:
Alexander Neumann 2017-06-10 22:16:42 +02:00
parent 88a59fd0ca
commit 0b55be2581

View File

@ -155,7 +155,7 @@ func pruneRepository(gopts GlobalOptions, repo restic.Repository) error {
return err
}
debug.Log("found %v blobs for snapshot %v", sn.ID().Str())
debug.Log("processed snapshot %v", sn.ID().Str())
bar.Report(restic.Stat{Blobs: 1})
}
bar.Done()