aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/security/security_context.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-10-05 08:55:50 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-10-05 08:55:50 -0700
commit4de3e4f41ee7ca14741dc0c857e27b993868324e (patch)
treeda239eb2047080c8bd3c732bb56c735052e9387c /src/core/security/security_context.c
parenta9154a36fbc019b87f4d62ce16b346f3d44ec2de (diff)
Restore sanity
Diffstat (limited to 'src/core/security/security_context.c')
-rw-r--r--src/core/security/security_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/security/security_context.c b/src/core/security/security_context.c
index b3cf5204c0..fb905e0b22 100644
--- a/src/core/security/security_context.c
+++ b/src/core/security/security_context.c
@@ -273,7 +273,7 @@ void grpc_auth_context_add_property(grpc_auth_context *ctx, const char *name,
grpc_auth_property *prop;
GRPC_API_TRACE(
"grpc_auth_context_add_property(ctx=%p, name=%s, value=%*.*s, "
- "value_length=%lu)",
+ "value_length=%lu)",
6, (ctx, name, (int)value_length, (int)value_length, value,
(unsigned long)value_length));
ensure_auth_context_capacity(ctx);