aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/plugin_datastore_sqlite.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/plugin_datastore_sqlite.c')
-rw-r--r--src/datastore/plugin_datastore_sqlite.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/datastore/plugin_datastore_sqlite.c b/src/datastore/plugin_datastore_sqlite.c
index 6c20b346db..85657663cc 100644
--- a/src/datastore/plugin_datastore_sqlite.c
+++ b/src/datastore/plugin_datastore_sqlite.c
@@ -1650,10 +1650,10 @@ libgnunet_plugin_datastore_sqlite_init (void *cls)
memset (&plugin, 0, sizeof(struct Plugin));
plugin.env = env;
plugin.statistics = GNUNET_STATISTICS_create (env->sched,
- "datastore-sqlite",
+ "ds-sqlite",
env->cfg);
plugin.stat_get = GNUNET_STATISTICS_get (plugin.statistics,
- "datastore-sqlite",
+ "ds-sqlite",
QUOTA_STAT_NAME,
GNUNET_TIME_UNIT_SECONDS,
&process_stat_done,