aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/transport/transport_op_string.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/transport/transport_op_string.cc')
-rw-r--r--src/core/lib/transport/transport_op_string.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/transport/transport_op_string.cc b/src/core/lib/transport/transport_op_string.cc
index eb84391237..e69ab02570 100644
--- a/src/core/lib/transport/transport_op_string.cc
+++ b/src/core/lib/transport/transport_op_string.cc
@@ -189,7 +189,7 @@ char* grpc_transport_op_string(grpc_transport_op* op) {
if (op->send_ping != nullptr) {
if (!first) gpr_strvec_add(&b, gpr_strdup(" "));
- first = false;
+ // first = false;
gpr_strvec_add(&b, gpr_strdup("SEND_PING"));
}