mirror of
https://github.com/restic/restic.git
synced 2025-05-17 16:18:20 +00:00
prune: Fix debug log
This commit is contained in:
parent
88a59fd0ca
commit
0b55be2581
@ -155,7 +155,7 @@ func pruneRepository(gopts GlobalOptions, repo restic.Repository) error {
|
|||||||
return err
|
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.Report(restic.Stat{Blobs: 1})
|
||||||
}
|
}
|
||||||
bar.Done()
|
bar.Done()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user