From 8013ffe965753f58b6d98cefad124b8eea25cd11 Mon Sep 17 00:00:00 2001 From: Tanvi Jagtap Date: Tue, 26 Mar 2024 23:55:56 -0700 Subject: [PATCH] [grpc][Gpr_To_Absl_Logging] Fixing minor typo PiperOrigin-RevId: 619432986 --- test/core/security/alts_security_connector_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/core/security/alts_security_connector_test.cc b/test/core/security/alts_security_connector_test.cc index e6ebec25027..65ebefdd6a6 100644 --- a/test/core/security/alts_security_connector_test.cc +++ b/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; }