aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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