[Gpr_To_Absl_Logging] [Gpr_To_Absl_Logging] Minor log formatting fixes

PiperOrigin-RevId: 648665041
pull/37140/head
Tanvi Jagtap 5 months ago committed by Copybara-Service
parent dc6b70fb27
commit 7091890ae7
  1. 2
      src/core/tsi/ssl_transport_security_utils.cc
  2. 2
      test/cpp/interop/interop_client.cc

@ -265,7 +265,7 @@ bool VerifyCrlSignature(X509_CRL* crl, X509* issuer) {
if (ikey == nullptr) {
// Can't verify signature because we couldn't get the pubkey, fail the
// check.
VLOG(2) << "Could not public key from certificate.";
VLOG(2) << "Could not get public key from certificate.";
EVP_PKEY_free(ikey);
return false;
}

@ -605,7 +605,7 @@ bool InteropClient::DoServerCompressedStreaming() {
absl::StrFormat("(compression=%s; size=%d)",
compressions[i] ? "true" : "false", sizes[i]);
VLOG(2) << "Sending request streaming rpc " << log_suffix.c_str();
VLOG(2) << "Sending request streaming rpc " << log_suffix;
ResponseParameters* const response_parameter =
request.add_response_parameters();

Loading…
Cancel
Save