aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface/surface_trace.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/surface/surface_trace.h')
-rw-r--r--src/core/surface/surface_trace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/surface/surface_trace.h b/src/core/surface/surface_trace.h
index 51329a4984..93b2859ac5 100644
--- a/src/core/surface/surface_trace.h
+++ b/src/core/surface/surface_trace.h
@@ -39,7 +39,7 @@
#include <grpc/support/log.h>
#define GRPC_SURFACE_TRACE_RETURNED_EVENT(cq, event) \
- if (grpc_api_trace) { \
+ if (grpc_api_trace) { \
char *_ev = grpc_event_string(event); \
gpr_log(GPR_INFO, "RETURN_EVENT[%p]: %s", cq, _ev); \
gpr_free(_ev); \