diff --git a/src/core/lib/surface/filter_stack_call.cc b/src/core/lib/surface/filter_stack_call.cc index ff8c38e7f77..61b5d4df60d 100644 --- a/src/core/lib/surface/filter_stack_call.cc +++ b/src/core/lib/surface/filter_stack_call.cc @@ -752,7 +752,7 @@ grpc_call_error FilterStackCall::StartBatch(const grpc_op* ops, size_t nops, return GRPC_CALL_ERROR; } - GRPC_CALL_LOG_BATCH(GPR_INFO, ops, nops); + GRPC_CALL_LOG_BATCH(ops, nops); if (nops == 0) { EndOpImmediately(cq_, notify_tag, is_notify_tag_closure);