Skip to content
Snippets Groups Projects
Commit ba383d81 authored by David G. Quintas's avatar David G. Quintas Committed by GitHub
Browse files

Merge pull request #7454 from dgquintas/tiny_comment_update

Updated outdated comment about uchannels
parents 7c519b92 7c329593
No related branches found
No related tags found
No related merge requests found
...@@ -59,8 +59,7 @@ grpc_connectivity_state grpc_channel_check_connectivity_state( ...@@ -59,8 +59,7 @@ grpc_connectivity_state grpc_channel_check_connectivity_state(
} }
gpr_log(GPR_ERROR, gpr_log(GPR_ERROR,
"grpc_channel_check_connectivity_state called on something that is " "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);
client_channel_elem->filter->name);
grpc_exec_ctx_finish(&exec_ctx); grpc_exec_ctx_finish(&exec_ctx);
return GRPC_CHANNEL_SHUTDOWN; return GRPC_CHANNEL_SHUTDOWN;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment