diff options
author | Yuchen Zeng <y-zeng@users.noreply.github.com> | 2017-04-07 15:03:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-07 15:03:40 -0700 |
commit | 4c40161d7597644b91cc8d225f09b139c7c7f22b (patch) | |
tree | b3c9d574d1979e3efdbf5de13a8bae2a56bdbc57 /test | |
parent | dd550c7316069973c8729bfeca23d4f9a60fd2ca (diff) | |
parent | 7b9cb834ff6dcc9af126c4cc541093b14cf5f691 (diff) |
Merge pull request #10432 from alenkacz/patch-1
Print out some cli error message for getservices
Diffstat (limited to 'test')
-rw-r--r-- | test/cpp/util/grpc_tool.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cpp/util/grpc_tool.cc b/test/cpp/util/grpc_tool.cc index 856cd32c3c..c7acb7c631 100644 --- a/test/cpp/util/grpc_tool.cc +++ b/test/cpp/util/grpc_tool.cc @@ -321,6 +321,7 @@ bool GrpcTool::ListServices(int argc, const char** argv, std::vector<grpc::string> service_list; if (!desc_db.GetServices(&service_list)) { + fprintf(stderr, "Received an error when querying services endpoint.\n"); return false; } |