1
0
mirror of https://github.com/restic/restic.git synced 2024-06-26 07:49:01 +02:00

Omit "archived as %v" messages in quiet mode.

This commit is contained in:
Jan Niehusmann 2016-12-03 10:25:44 +01:00
parent 281cbbdf2e
commit 9267c25aa0

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
}