Skip to content

Commit

Permalink
Fix format issues
Browse files Browse the repository at this point in the history
  • Loading branch information
y-zeng committed Jun 28, 2016
1 parent df4455a commit c8e47ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/core/end2end/bad_server_response_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,7 @@ static void handle_read(grpc_exec_ctx *exec_ctx, void *arg, grpc_error *error) {
gpr_free(dump);
}

gpr_log(GPR_DEBUG,
"got %" PRIuPTR " bytes, expected %" PRIuPTR " bytes",
gpr_log(GPR_DEBUG, "got %" PRIuPTR " bytes, expected %" PRIuPTR " bytes",
state.incoming_data_length, EXPECTED_INCOMING_DATA_LENGTH);
if (state.incoming_data_length > EXPECTED_INCOMING_DATA_LENGTH) {
handle_write(exec_ctx);
Expand Down

0 comments on commit c8e47ca

Please sign in to comment.