Skip to content

Commit

Permalink
fix: update
Browse files Browse the repository at this point in the history
Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
  • Loading branch information
JeyJeyGao committed Sep 14, 2024
1 parent 00d464f commit c26dabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verifier/verifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ func revocationFinalResult(certResults []*revocationresult.CertRevocationResult,
for _, serverResult := range certResult.ServerResults {
if serverResult.Error != nil {
// log the revocation error
logger.Debugf("Certificate #%d in chain with subject %v encountered an error for revocation method %s: %v", (i + 1), cert.Subject.String(), serverResult.RevocationMethod, serverResult.Error)
logger.Errorf("Certificate #%d in chain with subject %v encountered an error for revocation method %s at URL %q: %v", (i + 1), cert.Subject.String(), serverResult.RevocationMethod, serverResult.Server, serverResult.Error)
}
}

Expand Down

0 comments on commit c26dabb

Please sign in to comment.