aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2015-08-11 15:21:02 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2015-08-11 15:21:02 -0700
commit616b375e3510a8572f6dbd22d4602bf3ca8c6245 (patch)
treeb2f8961e6f9bbd309330a47debfb9ecdf9e571c4 /src
parent2e1bb1bf4da91d7f9c8d3b2be864ed15574d5670 (diff)
Merged PerformLargeCompressedUnary into PerformLargeUnary
Diffstat (limited to 'src')
-rw-r--r--src/core/surface/call.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/surface/call.c b/src/core/surface/call.c
index a7624fd96f..d825f2af69 100644
--- a/src/core/surface/call.c
+++ b/src/core/surface/call.c
@@ -560,7 +560,8 @@ static void set_encodings_accepted_by_peer(grpc_call *call,
/* TODO(dgq): it'd be nice to have a slice-to-cstr function to easily
* print the offending entry */
gpr_log(GPR_ERROR,
- "Invalid entry in accept encoding metadata. Ignoring.");
+ "Invalid entry in accept encoding metadata: '%s'. Ignoring.",
+ gpr_dump_slice(*slice, GPR_DUMP_ASCII));
}
}
}