aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/plugin_exchangedb_postgres.c
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/exchangedb/plugin_exchangedb_postgres.c
parente58ed916d6ed8ef0beda0b2539faf2574800084c (diff)
downloadexchange-d3a9160e0fad8d75dc61ecde6b7a22ff9c054446.tar.xz
-fix error message
Diffstat (limited to 'src/exchangedb/plugin_exchangedb_postgres.c')
-rw-r--r--src/exchangedb/plugin_exchangedb_postgres.c2
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;
}