diff options
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 f0bff20c..fd06d3ce 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      { | 
