diff --git a/src/core/surface/channel.c b/src/core/surface/channel.c index 25c2e05e3c0e40ad137144957af777ca54cd331c..14fe97c30d4b79bd002cc62d82fc82794a567ef8 100644 --- a/src/core/surface/channel.c +++ b/src/core/surface/channel.c @@ -133,7 +133,7 @@ grpc_channel *grpc_channel_create_from_filters( /* other ways of setting this (notably ssl) take precedence */ gpr_log(GPR_ERROR, "%s ignored: default host already set some other way", - GRPC_ARG_DEFAULT_AUTHORITY); + GRPC_SSL_TARGET_NAME_OVERRIDE_ARG); } else { channel->default_authority = grpc_mdelem_from_strings( ":authority", args->args[i].value.string);