diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-12-19 14:08:26 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-12-19 14:08:26 +0100 |
commit | d3a9160e0fad8d75dc61ecde6b7a22ff9c054446 (patch) | |
tree | 72abdc79e8583024ff3a4fd1a739eead2d630a47 /src/exchangedb | |
parent | e58ed916d6ed8ef0beda0b2539faf2574800084c (diff) |
-fix error message
Diffstat (limited to 'src/exchangedb')
-rw-r--r-- | src/exchangedb/plugin_exchangedb_postgres.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index c805810b1..9e7242cc4 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c @@ -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; } |