commit | 4c40161d7597644b91cc8d225f09b139c7c7f22b | [log] [tgz] |
---|---|---|
author | Yuchen Zeng <y-zeng@users.noreply.github.com> | Fri Apr 07 15:03:40 2017 -0700 |
committer | GitHub <noreply@github.com> | Fri Apr 07 15:03:40 2017 -0700 |
tree | b3c9d574d1979e3efdbf5de13a8bae2a56bdbc57 | |
parent | dd550c7316069973c8729bfeca23d4f9a60fd2ca [diff] | |
parent | 7b9cb834ff6dcc9af126c4cc541093b14cf5f691 [diff] |
Merge pull request #10432 from alenkacz/patch-1 Print out some cli error message for getservices
diff --git a/test/cpp/util/grpc_tool.cc b/test/cpp/util/grpc_tool.cc index 856cd32..c7acb7c 100644 --- a/test/cpp/util/grpc_tool.cc +++ b/test/cpp/util/grpc_tool.cc
@@ -321,6 +321,7 @@ std::vector<grpc::string> service_list; if (!desc_db.GetServices(&service_list)) { + fprintf(stderr, "Received an error when querying services endpoint.\n"); return false; }