aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core
diff options
context:
space:
mode:
Diffstat (limited to 'test/core')
-rw-r--r--test/core/end2end/bad_server_response_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/end2end/bad_server_response_test.c b/test/core/end2end/bad_server_response_test.c
index c2882b6243..4a2355b5f6 100644
--- a/test/core/end2end/bad_server_response_test.c
+++ b/test/core/end2end/bad_server_response_test.c
@@ -124,7 +124,7 @@ static void handle_read(grpc_exec_ctx *exec_ctx, void *arg, grpc_error *error) {
}
gpr_log(GPR_DEBUG,
- "got %" PRIuPTR " bytes, http2 connect string is %" PRIuMAX " bytes",
+ "got %" PRIuPTR " bytes, http2 connect string is %" PRIuPTR " bytes",
state.incoming_data_length, GRPC_CHTTP2_CLIENT_CONNECT_STRLEN);
if (state.incoming_data_length > GRPC_CHTTP2_CLIENT_CONNECT_STRLEN) {
handle_write(exec_ctx);