-debug dbinit call

This commit is contained in:
Christian Grothoff 2022-12-19 14:03:25 +01:00
parent 5ead879726
commit e58ed916d6
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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)))
{