From ad7c20c833695f77feb6261723bfb639fbe6fd22 Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Fri, 22 May 2015 14:42:29 -0700 Subject: Added tracing for grpc_server_request_call --- src/core/surface/server.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/surface/server.c') diff --git a/src/core/surface/server.c b/src/core/surface/server.c index d75af7291b..1b2ee86729 100644 --- a/src/core/surface/server.c +++ b/src/core/surface/server.c @@ -1010,6 +1010,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; -- cgit v1.2.3