diff options
author | ncteisen <ncteisen@gmail.com> | 2017-07-10 07:58:49 -0700 |
---|---|---|
committer | ncteisen <ncteisen@gmail.com> | 2017-07-13 07:16:19 -0700 |
commit | 06bce6e020c8cbd07b4634e603251ae4032e8925 (patch) | |
tree | 0fcf575bd5ac741dfed34ea4d51ad18b3bac1081 /src/core/lib/security/context | |
parent | ed3ad4b386a9b58ee6a9722dbfe1de5f0d63ca5f (diff) |
Tracers know their name
Diffstat (limited to 'src/core/lib/security/context')
-rw-r--r-- | src/core/lib/security/context/security_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/security/context/security_context.c b/src/core/lib/security/context/security_context.c index dffe6d2e91..8fff2c92c5 100644 --- a/src/core/lib/security/context/security_context.c +++ b/src/core/lib/security/context/security_context.c @@ -31,7 +31,7 @@ #ifndef NDEBUG grpc_tracer_flag grpc_trace_auth_context_refcount = - GRPC_TRACER_INITIALIZER(false); + GRPC_TRACER_INITIALIZER(false, "auth_context_refcount"); #endif /* --- grpc_call --- */ |