Skip to content

Commit

Permalink
Merge pull request #33 from nicolasnoble/quiet
Browse files Browse the repository at this point in the history
Muting an extremely chatty log line.
  • Loading branch information
ctiller committed Jan 15, 2015
2 parents 8dfaae6 + ba51bea commit e55e115
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/surface/call.c
Original file line number Diff line number Diff line change
Expand Up @@ -829,8 +829,6 @@ void grpc_call_recv_metadata(grpc_call_element *elem, grpc_call_op *op) {
grpc_call *call = CALL_FROM_TOP_ELEM(elem);
grpc_mdelem *md = op->data.metadata;
grpc_mdstr *key = md->key;
gpr_log(GPR_DEBUG, "call %p got metadata %s %s", call,
grpc_mdstr_as_c_string(md->key), grpc_mdstr_as_c_string(md->value));
if (key == grpc_channel_get_status_string(call->channel)) {
maybe_set_status_code(call, decode_status(md));
grpc_mdelem_unref(md);
Expand Down

0 comments on commit e55e115

Please sign in to comment.