mirror of
https://github.com/restic/restic.git
synced 2025-10-09 16:25:48 +00:00
Print repository version when opening a repo
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user