[grpc][Gpr_To_Absl_Logging] Fixing minor typo

PiperOrigin-RevId: 619432986
pull/36174/head
Tanvi Jagtap 8 months ago committed by Copybara-Service
parent 72676e6fae
commit 8013ffe965
  1. 2
      test/core/security/alts_security_connector_test.cc

@ -149,7 +149,7 @@ static bool test_identity(const grpc_auth_context* ctx,
return false;
}
if (strncmp(prop->value, expected_identity, prop->value_length) != 0) {
gpr_log(GPR_ERROR, "Expected peer identity %s and got got %s.",
gpr_log(GPR_ERROR, "Expected peer identity %s and got %s.",
expected_identity, prop->value);
return false;
}

Loading…
Cancel
Save