summaryrefslogtreecommitdiff
path: root/src/exchange-tools/taler-exchange-dbinit.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-12-19 14:03:25 +0100
committerChristian Grothoff <christian@grothoff.org>2022-12-19 14:03:25 +0100
commite58ed916d6ed8ef0beda0b2539faf2574800084c (patch)
treee86199e65a01c08134c7edd7b24ba07e5ca5161d /src/exchange-tools/taler-exchange-dbinit.c
parent5ead87972601f9df56deaaf85df3ba284af1dfe1 (diff)
downloadexchange-e58ed916d6ed8ef0beda0b2539faf2574800084c.tar.gz
exchange-e58ed916d6ed8ef0beda0b2539faf2574800084c.tar.bz2
exchange-e58ed916d6ed8ef0beda0b2539faf2574800084c.zip
-debug dbinit call
Diffstat (limited to 'src/exchange-tools/taler-exchange-dbinit.c')
-rw-r--r--src/exchange-tools/taler-exchange-dbinit.c4
1 files changed, 4 insertions, 0 deletions
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)))
{