changed text of a log

pull/36122/head
Gregory Cooke 9 months ago
parent 27ca590126
commit 508dd1370d
  1. 2
      src/core/tsi/ssl_transport_security_utils.cc

@ -268,7 +268,7 @@ bool VerifyCrlSignature(X509_CRL* crl, X509* issuer) {
gpr_log(GPR_DEBUG,
"There was an unexpected problem checking the CRL signature.");
} else if (ret == 0) {
gpr_log(GPR_DEBUG, "CRL could not be verified.");
gpr_log(GPR_DEBUG, "CRL failed verification.");
}
EVP_PKEY_free(ikey);
return ret == 1;

Loading…
Cancel
Save