From da341bcb8969264800f63eac718e5b483aba9896 Mon Sep 17 00:00:00 2001 From: Dave MacLachlan Date: Thu, 30 Nov 2017 12:48:22 -0800 Subject: Fix up review comments --- test/core/bad_client/bad_client.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/core/bad_client') diff --git a/test/core/bad_client/bad_client.cc b/test/core/bad_client/bad_client.cc index 99e61b0c5f..443886751c 100644 --- a/test/core/bad_client/bad_client.cc +++ b/test/core/bad_client/bad_client.cc @@ -128,7 +128,7 @@ void grpc_run_bad_client_test( GPR_ASSERT(grpc_server_has_open_connections(a.server)); /* Start validator */ - gpr_thd_new(&id, "gpr_bad_client", thd_func, &a, nullptr); + gpr_thd_new(&id, "grpc_bad_client", thd_func, &a, nullptr); grpc_slice_buffer_init(&outgoing); grpc_slice_buffer_add(&outgoing, slice); -- cgit v1.2.3