diff options
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 c805810b..9e7242cc 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;    } | 
