diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2019-01-28 17:23:12 +0100 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2019-01-28 17:23:12 +0100 |
commit | e3fe922d3de4c40f6577640ff27eee8fa5bc88cf (patch) | |
tree | cbaba073b952b979acb1f51eed1a74995d5a544b /src | |
parent | 3dd987035bcdbe4656ee77c62795f79dd591fc96 (diff) |
debug
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/testing_api_helpers.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/testing_api_helpers.c b/src/lib/testing_api_helpers.c index e56a57b92..fd3af9532 100644 --- a/src/lib/testing_api_helpers.c +++ b/src/lib/testing_api_helpers.c @@ -176,6 +176,10 @@ TALER_TESTING_run_auditor_exchange (const char *config_filename, { struct GNUNET_OS_Process *proc; + TALER_LOG_DEBUG ("Add exchange (%s,%s) to the auditor\n", + exchange_base_url, + exchange_master_pub); + proc = GNUNET_OS_start_process (GNUNET_NO, GNUNET_OS_INHERIT_STD_ALL, NULL, NULL, NULL, |