diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-04-06 14:05:45 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-04-06 14:05:45 +0000 |
commit | c1eed524e3bf6728df2ea37c1ab534eb3bf2a03c (patch) | |
tree | 25e23cae811f304253d6e7c4968cd26d370727f2 /src/datastore/plugin_datastore_sqlite.c | |
parent | e21287f3267179acce53c26fb358f1273f1b3b54 (diff) |
fixc
git-svn-id: https://gnunet.org/svn/gnunet@14903 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/datastore/plugin_datastore_sqlite.c')
-rw-r--r-- | src/datastore/plugin_datastore_sqlite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/plugin_datastore_sqlite.c b/src/datastore/plugin_datastore_sqlite.c index 216d9b7cfe..fd10a38cb0 100644 --- a/src/datastore/plugin_datastore_sqlite.c +++ b/src/datastore/plugin_datastore_sqlite.c @@ -31,7 +31,7 @@ /** * Enable or disable logging debug messages. */ -#define DEBUG_SQLITE GNUNET_YES +#define DEBUG_SQLITE GNUNET_NO /** * We allocate items on the stack at times. To prevent a stack |