mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 09:55:44 +03:00
Update error message
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user