From 9c7c0e8cbd5d43a99fb57530eab1e9bf2a37ef81 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Mon, 3 Aug 2015 08:32:52 -0700 Subject: [PATCH] Fix typo --- src/core/surface/completion_queue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/surface/completion_queue.c b/src/core/surface/completion_queue.c index 9d6f78db559..00429fac19f 100644 --- a/src/core/surface/completion_queue.c +++ b/src/core/surface/completion_queue.c @@ -264,7 +264,7 @@ grpc_event grpc_completion_queue_pluck(grpc_completion_queue *cc, void *tag, } if (!add_plucker(cc, tag, &worker)) { gpr_log(GPR_DEBUG, - "Too many outstanding grpc_completion_queue_pluck calls: maximum is %d". + "Too many outstanding grpc_completion_queue_pluck calls: maximum is %d", GRPC_MAX_COMPLETION_QUEUE_PLUCKERS); gpr_mu_unlock(GRPC_POLLSET_MU(&cc->pollset)); memset(&ret, 0, sizeof(ret));