aboutsummaryrefslogtreecommitdiff
path: root/src/datacache/plugin_datacache_sqlite.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-07-26 20:25:44 +0000
committerChristian Grothoff <christian@grothoff.org>2009-07-26 20:25:44 +0000
commit4f8ba34b32328bd99b2f0c2ff9a2372712022b32 (patch)
tree2216c35874cf166fad5422c5826a15f38695f37b /src/datacache/plugin_datacache_sqlite.c
parent6788c366bec10078545849e8b6a04e3458370586 (diff)
downloadgnunet-4f8ba34b32328bd99b2f0c2ff9a2372712022b32.tar.gz
gnunet-4f8ba34b32328bd99b2f0c2ff9a2372712022b32.zip
quotatest
Diffstat (limited to 'src/datacache/plugin_datacache_sqlite.c')
-rw-r--r--src/datacache/plugin_datacache_sqlite.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/datacache/plugin_datacache_sqlite.c b/src/datacache/plugin_datacache_sqlite.c
index 636303efc..51bbf60d7 100644
--- a/src/datacache/plugin_datacache_sqlite.c
+++ b/src/datacache/plugin_datacache_sqlite.c
@@ -28,7 +28,7 @@
28#include "plugin_datacache.h" 28#include "plugin_datacache.h"
29#include <sqlite3.h> 29#include <sqlite3.h>
30 30
31#define DEBUG_DATACACHE_SQLITE GNUNET_YES 31#define DEBUG_DATACACHE_SQLITE GNUNET_NO
32 32
33/** 33/**
34 * How much overhead do we assume per entry in the 34 * How much overhead do we assume per entry in the
@@ -178,7 +178,6 @@ sqlite_plugin_get (void *cls,
178 char scratch[256]; 178 char scratch[256];
179 179
180 now = GNUNET_TIME_absolute_get (); 180 now = GNUNET_TIME_absolute_get ();
181
182#if DEBUG_DATACACHE_SQLITE 181#if DEBUG_DATACACHE_SQLITE
183 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 182 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
184 "Processing `%s' for key `%4s'\n", 183 "Processing `%s' for key `%4s'\n",