summaryrefslogtreecommitdiff
path: root/src/exchange-tools
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-12-19 14:08:26 +0100
committerChristian Grothoff <christian@grothoff.org>2022-12-19 14:08:26 +0100
commitd3a9160e0fad8d75dc61ecde6b7a22ff9c054446 (patch)
tree72abdc79e8583024ff3a4fd1a739eead2d630a47 /src/exchange-tools
parente58ed916d6ed8ef0beda0b2539faf2574800084c (diff)
downloadexchange-d3a9160e0fad8d75dc61ecde6b7a22ff9c054446.tar.gz
exchange-d3a9160e0fad8d75dc61ecde6b7a22ff9c054446.tar.bz2
exchange-d3a9160e0fad8d75dc61ecde6b7a22ff9c054446.zip
-fix error message
Diffstat (limited to 'src/exchange-tools')
-rw-r--r--src/exchange-tools/taler-exchange-dbinit.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/exchange-tools/taler-exchange-dbinit.c b/src/exchange-tools/taler-exchange-dbinit.c
index 19aef7702..d2cd22c1e 100644
--- a/src/exchange-tools/taler-exchange-dbinit.c
+++ b/src/exchange-tools/taler-exchange-dbinit.c
@@ -74,9 +74,6 @@ run (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)))
{