summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-03-13 17:43:21 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2019-03-13 17:43:21 +0100
commit861169d6494e2616204f9303eab22d004622d177 (patch)
treed529be15845c071d3a9dd98e0e8577ba2e500fd6
parent6ee5346b20f4a57d3cf9fbb21d8d6564ea39da58 (diff)
downloadexchange-861169d6494e2616204f9303eab22d004622d177.tar.gz
exchange-861169d6494e2616204f9303eab22d004622d177.tar.bz2
exchange-861169d6494e2616204f9303eab22d004622d177.zip
debug
-rw-r--r--src/lib/testing_api_helpers.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/testing_api_helpers.c b/src/lib/testing_api_helpers.c
index f0bff20cb..fd06d3ce8 100644
--- a/src/lib/testing_api_helpers.c
+++ b/src/lib/testing_api_helpers.c
@@ -605,7 +605,8 @@ TALER_TESTING_wait_exchange_ready (const char *base_url)
base_url); // make sure ends with '/'
/* give child time to start and bind against the socket */
fprintf (stderr,
- "Waiting for `taler-exchange-httpd' to be ready\n");
+ "Waiting for `taler-exchange-httpd' to be ready (check with: %s)\n",
+ wget_cmd);
iter = 0;
do
{