Switch %s for %v in TLS zName error.

This commit is contained in:
Jacob Hoffman-Andrews 2015-11-30 11:51:09 -08:00
parent 634f1941a6
commit cad911fa1c
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@ func (va *ValidationAuthorityImpl) validateTLSWithZName(identifier core.AcmeIden
challenge.Error = &probs.ProblemDetails{
Type: probs.UnauthorizedProblem,
Detail: fmt.Sprintf("Correct zName not found for TLS SNI challenge. Found %s",
Detail: fmt.Sprintf("Correct zName not found for TLS SNI challenge. Found '%v'",
strings.Join(certs[0].DNSNames, ", ")),
}
challenge.Status = core.StatusInvalid