Fixed gpr_log format issues in linux_x86_default_bo

pull/6893/head
Yuchen Zeng 9 years ago
parent adb65a6a49
commit 113cdb4fc3
  1. 2
      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);

Loading…
Cancel
Save