forked from TrueCloudLab/restic
Print repository version when opening a repo
This commit is contained in:
parent
7132df529e
commit
ba27d29d58
1 changed files with 1 additions and 1 deletions
|
@ -471,7 +471,7 @@ func OpenRepository(opts GlobalOptions) (*repository.Repository, error) {
|
|||
id = id[:8]
|
||||
}
|
||||
if !opts.JSON {
|
||||
Verbosef("repository %v opened successfully, password is correct\n", id)
|
||||
Verbosef("repository %v opened (repo version %v) successfully, password is correct\n", id, s.Config().Version)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue