diff options
author | Mark D. Roth <roth@google.com> | 2016-07-21 11:08:46 -0700 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2016-07-21 11:08:46 -0700 |
commit | 898d84d309ede54c19c29e18a3d78546b3168323 (patch) | |
tree | 08a4740f65a7c7c961e33b2ab7df56eb0c8b57cd /src/core/ext | |
parent | e7ab7203311e3c30569ad98963ac066f335ecb9b (diff) | |
parent | 4f8c76d959e6b760f0a1505eb12549998d80112e (diff) |
Merge remote-tracking branch 'upstream/master' into filter_call_init_failure
Diffstat (limited to 'src/core/ext')
-rw-r--r-- | src/core/ext/client_config/channel_connectivity.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/client_config/channel_connectivity.c b/src/core/ext/client_config/channel_connectivity.c index c1220e3a8c..ce3c13a4ee 100644 --- a/src/core/ext/client_config/channel_connectivity.c +++ b/src/core/ext/client_config/channel_connectivity.c @@ -59,7 +59,7 @@ grpc_connectivity_state grpc_channel_check_connectivity_state( } gpr_log(GPR_ERROR, "grpc_channel_check_connectivity_state called on something that is " - "not a (u)client channel, but '%s'", + "not a client channel, but '%s'", client_channel_elem->filter->name); grpc_exec_ctx_finish(&exec_ctx); return GRPC_CHANNEL_SHUTDOWN; |