update comment

This commit is contained in:
Preetha Appan
2018-03-09 08:56:54 -06:00
parent 208cce8039
commit 646780cde6

View File

@@ -423,7 +423,7 @@ OUTER:
}
initStatus = true
}
// Retry parsing the token till success
// Retry validating the token till success
if err := v.parseSelfToken(); err != nil {
v.logger.Printf("[ERR] vault: failed to validate self token/role. Retrying in %v: %v", v.config.ConnectionRetryIntv, err)
retryTimer.Reset(v.config.ConnectionRetryIntv)