Skip to content

Commit

Permalink
Merge pull request grpc#7454 from dgquintas/tiny_comment_update
Browse files Browse the repository at this point in the history
Updated outdated comment about uchannels
  • Loading branch information
dgquintas authored Jul 20, 2016
2 parents 7c519b9 + 7c32959 commit ba383d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/core/ext/client_config/channel_connectivity.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit ba383d8

Please sign in to comment.