exchange

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

commit 3ccd61a89c6a61e9fa4b4f4e2f0ccdde04a1479b
parent e66da801c12ee63e4e847d6ba531a0aefc4b8ad6
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Wed, 27 Mar 2019 16:26:49 +0100

debug

Diffstat:
Msrc/auditor/taler-auditor-exchange.c | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/auditor/taler-auditor-exchange.c b/src/auditor/taler-auditor-exchange.c @@ -96,6 +96,11 @@ main (int argc, argc, argv) <= 0) return 1; cfg = GNUNET_CONFIGURATION_create (); + + GNUNET_log (GNUNET_ERROR_TYPE_INFO, + "Loading config file: %s\n", + cfgfile); + if (GNUNET_SYSERR == GNUNET_CONFIGURATION_load (cfg, cfgfile))