aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/http/http_filters_plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ext/filters/http/http_filters_plugin.c')
-rw-r--r--src/core/ext/filters/http/http_filters_plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/filters/http/http_filters_plugin.c b/src/core/ext/filters/http/http_filters_plugin.c
index 3e4ec01a31..a5c1b92054 100644
--- a/src/core/ext/filters/http/http_filters_plugin.c
+++ b/src/core/ext/filters/http/http_filters_plugin.c
@@ -65,7 +65,7 @@ static bool maybe_add_required_filter(grpc_exec_ctx *exec_ctx,
}
void grpc_http_filters_init(void) {
- grpc_register_tracer("compression", &grpc_compression_trace);
+ grpc_register_tracer(&grpc_compression_trace);
grpc_channel_init_register_stage(GRPC_CLIENT_SUBCHANNEL,
GRPC_CHANNEL_INIT_BUILTIN_PRIORITY,
maybe_add_optional_filter, &compress_filter);