aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface/server.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-05-27 09:56:19 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-05-27 09:56:19 -0700
commitab3310c7eaaad1a0bbaee243ad020e85337b6794 (patch)
tree4076fd342d0b465772a06e2bb6b10447d14cda42 /src/core/surface/server.c
parenta2ca74efdec7d6054b4011040ff9f9ead81132b4 (diff)
parent244dfeb8478124472948f05852fa2890733fcf9d (diff)
Merge github.com:grpc/grpc into you-complete-me
Diffstat (limited to 'src/core/surface/server.c')
-rw-r--r--src/core/surface/server.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/surface/server.c b/src/core/surface/server.c
index 0bf7f8331f..85ae246012 100644
--- a/src/core/surface/server.c
+++ b/src/core/surface/server.c
@@ -1036,6 +1036,9 @@ grpc_call_error grpc_server_request_call(
grpc_completion_queue *cq_bound_to_call,
grpc_completion_queue *cq_for_notification, void *tag) {
requested_call rc;
+ GRPC_SERVER_LOG_REQUEST_CALL(GPR_INFO, server, call, details,
+ initial_metadata, cq_bound_to_call,
+ cq_for_notification, tag);
grpc_cq_begin_op(cq_for_notification, NULL);
rc.type = BATCH_CALL;
rc.tag = tag;