aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-04-07 16:25:21 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-04-07 16:25:21 -0700
commitd9c36b6d09ee5ed07c815c5dc2f43524bb105a0c (patch)
treee2d57290133922ed562a9ff11eb3a8b79432ff39 /test/cpp
parent5f399d173bd73b4d48442e2241859c4a5fb854f1 (diff)
parent4c40161d7597644b91cc8d225f09b139c7c7f22b (diff)
Merge github.com:grpc/grpc into minimal_test
Diffstat (limited to 'test/cpp')
-rw-r--r--test/cpp/util/grpc_tool.cc1
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;
}