aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/client_config
diff options
context:
space:
mode:
authorGravatar Hongwei Wang <hongweiw@google.com>2015-08-12 11:27:28 -0700
committerGravatar Hongwei Wang <hongweiw@google.com>2015-08-12 11:27:28 -0700
commiteeb61ba3553cb68c30dfe9ef206a0ad7edc2bd1f (patch)
tree6638419ab4e57826bc3781c801372735f71a0b97 /src/core/client_config
parentd7c5aa856bb11925130f224910e7976d97c30fe6 (diff)
Minor fix for debugging
Diffstat (limited to 'src/core/client_config')
-rw-r--r--src/core/client_config/resolvers/zookeeper_resolver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/client_config/resolvers/zookeeper_resolver.c b/src/core/client_config/resolvers/zookeeper_resolver.c
index 96c59eacf9..ea4f0f996d 100644
--- a/src/core/client_config/resolvers/zookeeper_resolver.c
+++ b/src/core/client_config/resolvers/zookeeper_resolver.c
@@ -267,6 +267,7 @@ static char *zookeeper_parse_address(char *buffer, int buffer_len) {
}
if (host != NULL && port != NULL) {
gpr_asprintf(&address, "%s:%s", host, port);
+ gpr_log(GPR_DEBUG, address);
}
grpc_json_destroy(json);
}