Omit "archived as %v" messages in quiet mode.
This commit is contained in:
parent
281cbbdf2e
commit
9267c25aa0
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ func readBackupFromStdin(opts BackupOptions, gopts GlobalOptions, args []string)
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Printf("archived as %v\n", id.Str())
|
Verbosef("archived as %v\n", id.Str())
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue