diff options
Diffstat (limited to 'src/datacache/plugin_datacache_postgres.c')
-rw-r--r-- | src/datacache/plugin_datacache_postgres.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datacache/plugin_datacache_postgres.c b/src/datacache/plugin_datacache_postgres.c index 0f7dd8904b..e05fbf2d35 100644 --- a/src/datacache/plugin_datacache_postgres.c +++ b/src/datacache/plugin_datacache_postgres.c @@ -28,7 +28,7 @@ #include "gnunet_datacache_plugin.h" #include <postgresql/libpq-fe.h> -#define DEBUG_POSTGRES GNUNET_NO +#define DEBUG_POSTGRES GNUNET_EXTRA_LOGGING /** * Per-entry overhead estimate |