From 616b375e3510a8572f6dbd22d4602bf3ca8c6245 Mon Sep 17 00:00:00 2001 From: David Garcia Quintas Date: Tue, 11 Aug 2015 15:21:02 -0700 Subject: Merged PerformLargeCompressedUnary into PerformLargeUnary --- src/core/surface/call.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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)); } } } -- cgit v1.2.3