Skip to content

Commit

Permalink
fix log message
Browse files Browse the repository at this point in the history
  • Loading branch information
pschultz committed Oct 10, 2017
1 parent be917a3 commit dfe5543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/load.go
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ func parseListen(cfg map[string]string, cs map[string]CertSource, readTimeout, w
if cs[csName].Type == "vault-pki" && !l.StrictMatch {
// Without StrictMatch the first issued certificate is used for all
// subsequent requests, even if the common name doesn't match.
log.Print("[INFO] vault-pki requires strictmatch; enabling strictmatch for listener %q", l.Addr)
log.Printf("[INFO] vault-pki requires strictmatch; enabling strictmatch for listener %s", l.Addr)
l.StrictMatch = true
}

Expand Down

0 comments on commit dfe5543

Please sign in to comment.