diff options
Diffstat (limited to 'src/testing/testing_api_helpers_exchange.c')
-rw-r--r-- | src/testing/testing_api_helpers_exchange.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testing/testing_api_helpers_exchange.c b/src/testing/testing_api_helpers_exchange.c index 8a4d71c58..a6307ca4c 100644 --- a/src/testing/testing_api_helpers_exchange.c +++ b/src/testing/testing_api_helpers_exchange.c | |||
@@ -559,7 +559,8 @@ TALER_TESTING_wait_auditor_ready (const char *base_url) | |||
559 | base_url); // make sure ends with '/' | 559 | base_url); // make sure ends with '/' |
560 | /* give child time to start and bind against the socket */ | 560 | /* give child time to start and bind against the socket */ |
561 | fprintf (stderr, | 561 | fprintf (stderr, |
562 | "Waiting for `taler-auditor-httpd' to be ready\n"); | 562 | "Waiting for `taler-auditor-httpd' to be ready at %s\n", |
563 | base_url); | ||
563 | iter = 0; | 564 | iter = 0; |
564 | do | 565 | do |
565 | { | 566 | { |