mirror of
https://github.com/octoleo/restic.git
synced 2024-11-11 07:41:03 +00:00
ui: Simlify channel receive
This commit is contained in:
parent
25f4acdaa8
commit
c5a66e9181
@ -378,9 +378,7 @@ func (b *Backup) ReportTotal(item string, s archiver.ScanStats) {
|
|||||||
// Finish prints the finishing messages.
|
// Finish prints the finishing messages.
|
||||||
func (b *Backup) Finish(snapshotID restic.ID) {
|
func (b *Backup) Finish(snapshotID restic.ID) {
|
||||||
// wait for the status update goroutine to shut down
|
// wait for the status update goroutine to shut down
|
||||||
select {
|
<-b.closed
|
||||||
case <-b.closed:
|
|
||||||
}
|
|
||||||
|
|
||||||
b.P("\n")
|
b.P("\n")
|
||||||
b.P("Files: %5d new, %5d changed, %5d unmodified\n", b.summary.Files.New, b.summary.Files.Changed, b.summary.Files.Unchanged)
|
b.P("Files: %5d new, %5d changed, %5d unmodified\n", b.summary.Files.New, b.summary.Files.Changed, b.summary.Files.Unchanged)
|
||||||
|
Loading…
Reference in New Issue
Block a user