Merge pull request #683 from jannic/pr1

Omit "archived as %v" messages in quiet mode.
This commit is contained in:
Alexander Neumann
2016-12-03 11:15:24 +01:00

View File

@@ -256,7 +256,7 @@ func readBackupFromStdin(opts BackupOptions, gopts GlobalOptions, args []string)
return err
}
fmt.Printf("archived as %v\n", id.Str())
Verbosef("archived as %v\n", id.Str())
return nil
}