aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/plugin_namestore_sqlite.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/plugin_namestore_sqlite.c')
-rw-r--r--src/namestore/plugin_namestore_sqlite.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/namestore/plugin_namestore_sqlite.c b/src/namestore/plugin_namestore_sqlite.c
index ef1f9b8e3..569f10f5b 100644
--- a/src/namestore/plugin_namestore_sqlite.c
+++ b/src/namestore/plugin_namestore_sqlite.c
@@ -199,10 +199,9 @@ database_setup (struct Plugin *plugin)
199 if (GNUNET_OK != 199 if (GNUNET_OK !=
200 GNUNET_CONFIGURATION_get_value_filename (plugin->cfg, "namestore-sqlite", 200 GNUNET_CONFIGURATION_get_value_filename (plugin->cfg, "namestore-sqlite",
201 "FILENAME", &afsdir)) 201 "FILENAME", &afsdir))
202 { 202 {
203 LOG (GNUNET_ERROR_TYPE_ERROR, 203 GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
204 _ ("Option `%s' in section `%s' missing in configuration!\n"), 204 "namestore-sqlite", "FILENAME");
205 "FILENAME", "namestore-sqlite");
206 return GNUNET_SYSERR; 205 return GNUNET_SYSERR;
207 } 206 }
208 if (GNUNET_OK != GNUNET_DISK_file_test (afsdir)) 207 if (GNUNET_OK != GNUNET_DISK_file_test (afsdir))