Update error message

This commit is contained in:
Preetha Appan
2018-03-09 14:25:53 -06:00
parent 646780cde6
commit d50338a9f5

View File

@@ -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
}