diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-04-28 16:57:36 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-04-28 16:57:36 +0000 |
commit | c3de33fcef1b42724cfbf5025e24a15412526ec3 (patch) | |
tree | 13cf9a9bb92e2b34a1cc8bac4fd0620f6ca84a06 /src/datastore/plugin_datastore_sqlite.c | |
parent | 5f6f120dac41d928db36e2ec9492e8f5df74a46f (diff) |
nodebug
git-svn-id: https://gnunet.org/svn/gnunet@15098 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 f58c5bd281..8ae8f54afd 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 |