aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-10-24 13:09:05 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-10-24 13:09:05 -0700
commit5f40e5ddf597169a5cf88d1b0471831f1db1edc0 (patch)
tree9518ff62d5a20593206823912cb880f7fca17387
parentb367c1bed706bf408ac4c8f3664e1213505ddc3c (diff)
Minor clean-up.
-rw-r--r--src/core/ext/client_channel/client_channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/client_channel/client_channel.c b/src/core/ext/client_channel/client_channel.c
index acebabe8b0..dfa84b0d77 100644
--- a/src/core/ext/client_channel/client_channel.c
+++ b/src/core/ext/client_channel/client_channel.c
@@ -216,7 +216,7 @@ static void on_resolver_result_changed(grpc_exec_ctx *exec_ctx, void *arg,
"resolver requested LB policy %s but provided only balancer "
"addresses, no backend addresses -- forcing use of grpclb LB "
"policy",
- (lb_policy_name == NULL ? "(none)" : lb_policy_name));
+ lb_policy_name);
}
lb_policy_name = "grpclb";
}