From 325f2a3ebbcbcf83ef5de5b0be047fa28a88dc28 Mon Sep 17 00:00:00 2001
From: yang-g <yangg@google.com>
Date: Mon, 7 Dec 2015 15:43:44 -0800
Subject: [PATCH] more fix

---
 src/core/surface/channel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/surface/channel.c b/src/core/surface/channel.c
index 25c2e05e3c..14fe97c30d 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);
-- 
GitLab