aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface/call.h
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2015-10-05 10:50:00 -0700
committerGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2015-10-05 10:50:00 -0700
commit67eadf7c64b452b5edc630ce6c2140e3f38c2d62 (patch)
tree16fae8d12314cf3ebc4a3355ff617de415014f69 /src/core/surface/call.h
parenta9154a36fbc019b87f4d62ce16b346f3d44ec2de (diff)
parent0801ce6ef395bef289a14a095ad6a4d7a1ced74d (diff)
Merge pull request #3619 from ctiller/my-sanity-is-failing
Restore sanity
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)