Skip to content

Commit

Permalink
Update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Preetha Appan committed Mar 9, 2018
1 parent 646780c commit d50338a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nomad/vault.go
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ OUTER:
retryTimer.Reset(v.config.ConnectionRetryIntv)
v.l.Lock()
v.connEstablished = true
v.connEstablishedErr = fmt.Errorf("Connection to Vault failed: %v", err)
v.connEstablishedErr = fmt.Errorf("Nomad Server failed to establish connections to Vault: %v", err)
v.l.Unlock()
continue OUTER
}
Expand Down

0 comments on commit d50338a

Please sign in to comment.