Updated outdated comment about uchannels

pull/7454/head
David Garcia Quintas 8 years ago
parent f3f5c18e5a
commit 7c32959390
  1. 3
      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;
}

Loading…
Cancel
Save