aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-04-28 16:57:36 +0000
committerChristian Grothoff <christian@grothoff.org>2011-04-28 16:57:36 +0000
commit1797eb7bb919cbac8c7b77d3c5b7191feb0d8100 (patch)
tree13cf9a9bb92e2b34a1cc8bac4fd0620f6ca84a06 /src/datastore
parentdeeee3876ca93072623d5c4997144bb7bbf38c9d (diff)
downloadgnunet-1797eb7bb919cbac8c7b77d3c5b7191feb0d8100.tar.gz
gnunet-1797eb7bb919cbac8c7b77d3c5b7191feb0d8100.zip
nodebug
Diffstat (limited to 'src/datastore')
-rw-r--r--src/datastore/plugin_datastore_sqlite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/plugin_datastore_sqlite.c b/src/datastore/plugin_datastore_sqlite.c
index f58c5bd28..8ae8f54af 100644
--- a/src/datastore/plugin_datastore_sqlite.c
+++ b/src/datastore/plugin_datastore_sqlite.c
@@ -31,7 +31,7 @@
31/** 31/**
32 * Enable or disable logging debug messages. 32 * Enable or disable logging debug messages.
33 */ 33 */
34#define DEBUG_SQLITE GNUNET_YES 34#define DEBUG_SQLITE GNUNET_NO
35 35
36/** 36/**
37 * We allocate items on the stack at times. To prevent a stack 37 * We allocate items on the stack at times. To prevent a stack