exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit e3fe922d3de4c40f6577640ff27eee8fa5bc88cf
parent 3dd987035bcdbe4656ee77c62795f79dd591fc96
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Mon, 28 Jan 2019 17:23:12 +0100

debug

Diffstat:
Msrc/lib/testing_api_helpers.c | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git 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,