Skip to content
Snippets Groups Projects
Commit 259f23c9 authored by Craig Tiller's avatar Craig Tiller
Browse files

More debug

parent 8af29b68
No related branches found
No related tags found
No related merge requests found
...@@ -109,8 +109,9 @@ bool grpc_chttp2_begin_write(grpc_exec_ctx *exec_ctx, ...@@ -109,8 +109,9 @@ bool grpc_chttp2_begin_write(grpc_exec_ctx *exec_ctx,
bool sent_initial_metadata = s->sent_initial_metadata; bool sent_initial_metadata = s->sent_initial_metadata;
bool now_writing = false; bool now_writing = false;
gpr_log(GPR_DEBUG, "W:%d: sim=%d ann=%d fcb_len=%d (t,s)-win=%d,%d", gpr_log(GPR_DEBUG, "W:%d:%s: sim=%d ann=%d fcb_len=%d (t,s)-win=%d,%d",
(int)s->id, sent_initial_metadata, (int)s->announce_window, (int)s->id, t->is_client ? "client" : "server",
sent_initial_metadata, (int)s->announce_window,
(int)s->flow_controlled_buffer.length, (int)t->outgoing_window, (int)s->flow_controlled_buffer.length, (int)t->outgoing_window,
(int)s->outgoing_window); (int)s->outgoing_window);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment