diff options
author | David Garcia Quintas <dgq@google.com> | 2016-07-18 14:22:01 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-07-18 14:22:01 -0700 |
commit | 7c32959390881e3236dd5c61d28660271bd4289a (patch) | |
tree | c814dc2d5e30d22aad19be960d6c4b9b253d460a | |
parent | f3f5c18e5ad14a35351f672181c51998b589cef3 (diff) |
Updated outdated comment about uchannels
-rw-r--r-- | src/core/ext/client_config/channel_connectivity.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/ext/client_config/channel_connectivity.c b/src/core/ext/client_config/channel_connectivity.c index c1220e3a8c..03db06c2f7 100644 --- a/src/core/ext/client_config/channel_connectivity.c +++ b/src/core/ext/client_config/channel_connectivity.c @@ -59,8 +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'", - client_channel_elem->filter->name); + "not a client channel, but '%s'", client_channel_elem->filter->name); grpc_exec_ctx_finish(&exec_ctx); return GRPC_CHANNEL_SHUTDOWN; } |