From e58ed916d6ed8ef0beda0b2539faf2574800084c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 19 Dec 2022 14:03:25 +0100 Subject: -debug dbinit call --- src/exchange-tools/taler-exchange-dbinit.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/exchange-tools') diff --git a/src/exchange-tools/taler-exchange-dbinit.c b/src/exchange-tools/taler-exchange-dbinit.c index af4f381fa..19aef7702 100644 --- a/src/exchange-tools/taler-exchange-dbinit.c +++ b/src/exchange-tools/taler-exchange-dbinit.c @@ -73,6 +73,10 @@ run (void *cls, (void) cls; (void) args; (void) cfgfile; + + GNUNET_log (GNUNET_ERROR_TYPE_ERROR, + "Running with CFG `%s'\n", + cfgfile); if (NULL == (plugin = TALER_EXCHANGEDB_plugin_load (cfg))) { -- cgit v1.2.3