diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2019-03-13 17:43:21 +0100 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2019-03-13 17:43:21 +0100 |
commit | 861169d6494e2616204f9303eab22d004622d177 (patch) | |
tree | d529be15845c071d3a9dd98e0e8577ba2e500fd6 /src | |
parent | 6ee5346b20f4a57d3cf9fbb21d8d6564ea39da58 (diff) |
debug
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/testing_api_helpers.c | 3 |
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 { |