aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/channel
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-01-27 10:21:57 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-01-27 10:21:57 -0800
commitec4e0cb40b944dee55eadfd8324edac7db06837d (patch)
tree1c0c31fda5329730dac6bf59b03ae236294b3a32 /src/core/channel
parent6437bd5037518953b159ae5321cd72eaaeb4ed03 (diff)
Fix compile
Diffstat (limited to 'src/core/channel')
-rw-r--r--src/core/channel/call_op_string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/channel/call_op_string.c b/src/core/channel/call_op_string.c
index 40d53693c2..127ea707bf 100644
--- a/src/core/channel/call_op_string.c
+++ b/src/core/channel/call_op_string.c
@@ -84,7 +84,7 @@ char *grpc_call_op_string(grpc_call_op *op) {
gpr_strvec_add(&b, gpr_strdup("SEND_MESSAGE"));
break;
case GRPC_SEND_PREFORMATTED_MESSAGE:
- bprintf(&b, "SEND_PREFORMATTED_MESSAGE");
+ gpr_strvec_add(&b, gpr_strdup("SEND_PREFORMATTED_MESSAGE"));
break;
case GRPC_SEND_FINISH:
gpr_strvec_add(&b, gpr_strdup("SEND_FINISH"));