aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Yuchen Zeng <zyc@google.com>2016-06-20 17:08:29 -0700
committerGravatar Yuchen Zeng <zyc@google.com>2016-06-20 17:08:29 -0700
commit113cdb4fc3a9c35f5493fd3a5ba53814a6470b9b (patch)
tree72a2e92f8e36df82780e3c7fb67ad21b461b4d5b /test
parentadb65a6a4905ee8a74e6f6cb222c0b95ed1b7b1b (diff)
Fixed gpr_log format issues in linux_x86_default_bo
Diffstat (limited to 'test')
-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);