aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface/call.h
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2015-10-05 10:52:46 -0700
committerGravatar murgatroid99 <mlumish@google.com>2015-10-05 10:52:46 -0700
commit243be4e447526598ddd0c6e5b20d260d6db93a4e (patch)
tree12df612bbb10e61099c5c1a01255dd9c26d808ff /src/core/surface/call.h
parentb0f3bf16cee1d893fc0414fcfe1060baac4eaa9b (diff)
parent67eadf7c64b452b5edc630ce6c2140e3f38c2d62 (diff)
Resolved merge conflicts in grpc.gyp
Diffstat (limited to 'src/core/surface/call.h')
-rw-r--r--src/core/surface/call.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/surface/call.h b/src/core/surface/call.h
index acfedf40cd..f421a81619 100644
--- a/src/core/surface/call.h
+++ b/src/core/surface/call.h
@@ -160,7 +160,7 @@ void *grpc_call_context_get(grpc_call *call, grpc_context_index elem);
#define GRPC_SERVER_LOG_REQUEST_CALL(sev, server, call, details, \
initial_metadata, cq_bound_to_call, \
cq_for_notifications, tag) \
- if (grpc_api_trace) \
+ if (grpc_api_trace) \
grpc_server_log_request_call(sev, server, call, details, initial_metadata, \
cq_bound_to_call, cq_for_notifications, tag)