mirror of
https://github.com/restic/restic.git
synced 2025-08-12 03:17:43 +00:00
Omit "archived as %v" messages in quiet mode.
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user