diff options
author | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2015-02-18 14:07:25 -0800 |
---|---|---|
committer | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2015-02-18 14:07:25 -0800 |
commit | bac5c7ca683978f5b30a69ea6a66455709740ad8 (patch) | |
tree | 9011ef6ab109fb49da2dd10c18264731a7f6ee44 /src | |
parent | e8f13a64ff39349fb092a92e9a33cb8dbdb54138 (diff) | |
parent | efad8fadd36899ff98ff616c349d181f2f1e4004 (diff) |
Merge pull request #584 from ctiller/chex2
Spam cleanup, test speedup
Diffstat (limited to 'src')
-rw-r--r-- | src/core/surface/call.c | 1 | ||||
-rw-r--r-- | src/core/transport/chttp2_transport.c | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/core/surface/call.c b/src/core/surface/call.c index 89a6ba63b2..40caa93868 100644 --- a/src/core/surface/call.c +++ b/src/core/surface/call.c @@ -313,7 +313,6 @@ static void set_status_code(grpc_call *call, status_source source, } if (flush && !grpc_bbq_empty(&call->incoming_queue)) { - gpr_log(GPR_ERROR, "Flushing unread messages due to error status %d", status); grpc_bbq_flush(&call->incoming_queue); } } diff --git a/src/core/transport/chttp2_transport.c b/src/core/transport/chttp2_transport.c index 551ae27e61..6999d58102 100644 --- a/src/core/transport/chttp2_transport.c +++ b/src/core/transport/chttp2_transport.c @@ -1025,8 +1025,6 @@ static void cancel_stream_inner(transport *t, stream *s, gpr_uint32 id, int had_outgoing; char buffer[GPR_LTOA_MIN_BUFSIZE]; - gpr_log(GPR_DEBUG, "cancel %d", id); - if (s) { /* clear out any unreported input & output: nobody cares anymore */ had_outgoing = s->outgoing_sopb.nops != 0; |