mirror of
https://github.com/restic/restic.git
synced 2025-08-21 23:57:26 +00:00
restore: print processed files at maximum verbosity
This commit is contained in:
@@ -76,6 +76,8 @@ type printerMock struct {
|
||||
|
||||
func (p *printerMock) Update(_ restoreui.State, _ time.Duration) {
|
||||
}
|
||||
func (p *printerMock) CompleteItem(action restoreui.ItemAction, item string, size uint64) {
|
||||
}
|
||||
func (p *printerMock) Finish(s restoreui.State, _ time.Duration) {
|
||||
p.s = s
|
||||
}
|
||||
|
Reference in New Issue
Block a user