aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/surface/call_log_batch.c
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2017-09-05 13:42:35 -0700
committerGravatar yang-g <yangg@google.com>2017-09-05 13:42:35 -0700
commitd3cbd72d5fce9c1b14f5c27ff48e80508d793249 (patch)
tree5b8ec76dacaad3509c877631f12b45dd8d2f92d7 /src/core/lib/surface/call_log_batch.c
parent66e6c23372559a49e877f20059abed3336d30572 (diff)
Make grpc_call_log_batch take const char*
Diffstat (limited to 'src/core/lib/surface/call_log_batch.c')
-rw-r--r--src/core/lib/surface/call_log_batch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/surface/call_log_batch.c b/src/core/lib/surface/call_log_batch.c
index 4443aba58a..4a1c265817 100644
--- a/src/core/lib/surface/call_log_batch.c
+++ b/src/core/lib/surface/call_log_batch.c
@@ -103,7 +103,7 @@ char *grpc_op_string(const grpc_op *op) {
return out;
}
-void grpc_call_log_batch(char *file, int line, gpr_log_severity severity,
+void grpc_call_log_batch(const char *file, int line, gpr_log_severity severity,
grpc_call *call, const grpc_op *ops, size_t nops,
void *tag) {
char *tmp;