From 986b5d0525119ce4af43a1cb2b784fe43661e4bc Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 14 May 2010 21:33:18 +0000 Subject: [PATCH] nodebg --- src/fs/fs_test_lib_data.conf | 6 +++--- src/fs/gnunet-service-fs.c | 2 +- src/fs/gnunet-service-fs_indexing.c | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/fs/fs_test_lib_data.conf b/src/fs/fs_test_lib_data.conf index 2a8821845..164c884c0 100644 --- a/src/fs/fs_test_lib_data.conf +++ b/src/fs/fs_test_lib_data.conf @@ -20,7 +20,7 @@ HOSTNAME = localhost DEFAULTSERVICES = fs [datastore] -DEBUG = YES +#DEBUG = YES #PREFIX = valgrind --tool=memcheck --leak-check=yes #BINARY = /home/grothoff/bin/gnunet-service-datastore @@ -44,7 +44,7 @@ HOSTNAME = localhost #TOTAL_QUOTA_OUT = 9321 TOTAL_QUOTA_IN = 3932160 TOTAL_QUOTA_OUT = 3932160 -DEBUG = YES +#DEBUG = YES #PREFIX = valgrind --tool=memcheck --leak-check=yes #BINARY = /home/grothoff/bin/gnunet-service-core @@ -52,7 +52,7 @@ DEBUG = YES PORT = 43471 HOSTNAME = localhost #OPTIONS = -L DEBUG -DEBUG = YES +#DEBUG = YES #PREFIX = valgrind --tool=memcheck --leak-check=yes #BINARY = /home/grothoff/bin/gnunet-service-fs #PREFIX = xterm -e gdb -x cmd --args diff --git a/src/fs/gnunet-service-fs.c b/src/fs/gnunet-service-fs.c index d44ff1a41..f0eb08751 100644 --- a/src/fs/gnunet-service-fs.c +++ b/src/fs/gnunet-service-fs.c @@ -46,7 +46,7 @@ #include "gnunet-service-fs_indexing.h" #include "fs.h" -#define DEBUG_FS GNUNET_YES +#define DEBUG_FS GNUNET_NO /** * Maximum number of outgoing messages we queue per peer. diff --git a/src/fs/gnunet-service-fs_indexing.c b/src/fs/gnunet-service-fs_indexing.c index 363bdea41..6c44f8e2f 100644 --- a/src/fs/gnunet-service-fs_indexing.c +++ b/src/fs/gnunet-service-fs_indexing.c @@ -40,7 +40,7 @@ #include "gnunet-service-fs_indexing.h" #include "fs.h" -#define DEBUG_FS GNUNET_YES +#define DEBUG_FS GNUNET_NO /** * In-memory information about indexed files (also available -- 2.25.1