aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/surface
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-03-06 23:31:47 -0800
committerGravatar ncteisen <ncteisen@gmail.com>2018-03-06 23:31:47 -0800
commit568a95e0b45f31918bc5518ff847a5a456156765 (patch)
tree00276116b8f1879ffb245102a3b06cdefd116d0c /src/core/lib/surface
parent503099b1ccced021a914b76a8eacf9375550e794 (diff)
Make test work
Diffstat (limited to 'src/core/lib/surface')
-rw-r--r--src/core/lib/surface/channel.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/lib/surface/channel.cc b/src/core/lib/surface/channel.cc
index dca583abbe..463e6121d0 100644
--- a/src/core/lib/surface/channel.cc
+++ b/src/core/lib/surface/channel.cc
@@ -184,8 +184,7 @@ grpc_channel* grpc_channel_create_with_builder(
channel->tracer = grpc_core::MakeRefCounted<grpc_core::ChannelTrace>(
channel_tracer_max_nodes);
channel->tracer->AddTraceEvent(
- grpc_slice_from_static_string("Channel created"), GRPC_ERROR_NONE,
- GRPC_CHANNEL_IDLE);
+ grpc_slice_from_static_string("Channel created"));
return channel;
}