aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/plugin_datastore_sqlite.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-04 22:29:38 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-04 22:29:38 +0000
commit58e41c58eb395478387cdc76c6e723779ff0620a (patch)
treed7e034db11c66c80ef9079e66d9c9684bf9969c1 /src/datastore/plugin_datastore_sqlite.c
parent9619cfc65cc4b28eefac8fc9624acf6995c4f66d (diff)
downloadgnunet-58e41c58eb395478387cdc76c6e723779ff0620a.tar.gz
gnunet-58e41c58eb395478387cdc76c6e723779ff0620a.zip
fix
Diffstat (limited to 'src/datastore/plugin_datastore_sqlite.c')
-rw-r--r--src/datastore/plugin_datastore_sqlite.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/datastore/plugin_datastore_sqlite.c b/src/datastore/plugin_datastore_sqlite.c
index 0b575c981..6c20b346d 100644
--- a/src/datastore/plugin_datastore_sqlite.c
+++ b/src/datastore/plugin_datastore_sqlite.c
@@ -1680,9 +1680,6 @@ libgnunet_plugin_datastore_sqlite_init (void *cls)
1680 api->drop = &sqlite_plugin_drop; 1680 api->drop = &sqlite_plugin_drop;
1681 GNUNET_log_from (GNUNET_ERROR_TYPE_INFO, 1681 GNUNET_log_from (GNUNET_ERROR_TYPE_INFO,
1682 "sqlite", _("Sqlite database running\n")); 1682 "sqlite", _("Sqlite database running\n"));
1683 fprintf (stderr,
1684 "Initial payload: %llu\n",
1685 plugin.payload);
1686 return api; 1683 return api;
1687} 1684}
1688 1685