-fix error message

This commit is contained in:
Christian Grothoff 2022-12-19 14:08:26 +01:00
parent e58ed916d6
commit d3a9160e0f
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
3 changed files with 1 additions and 9 deletions

View File

@ -552,12 +552,7 @@ parallel_benchmark (void)
{
struct GNUNET_OS_Process *dbinit;
char buf[1024];
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
"Running DB init with `%s' at %s\n",
cfg_filename,
getcwd (buf, sizeof (buf)));
dbinit = GNUNET_OS_start_process (GNUNET_OS_INHERIT_STD_ALL,
NULL, NULL, NULL,
"taler-exchange-dbinit",

View File

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

View File

@ -399,7 +399,7 @@ libtaler_plugin_exchangedb_postgres_init (void *cls)
{
GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
"exchangedb-postgres",
"CONFIG");
"SQL_DIR");
GNUNET_free (pg);
return NULL;
}