From be483f9866c807d5ba8cef41440a6c404b59dfd7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 20 Oct 2009 18:55:28 +0000 Subject: debug, maybe will help diagnose crash on ndurner gtwy --- src/fs/fs_download.c | 2 +- src/fs/gnunet-service-fs.c | 2 +- src/fs/test_fs_download.c | 2 +- src/fs/test_fs_download_data.conf | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/fs/fs_download.c b/src/fs/fs_download.c index 1938fb08f..3054048e4 100644 --- a/src/fs/fs_download.c +++ b/src/fs/fs_download.c @@ -36,7 +36,7 @@ #include "fs.h" #include "fs_tree.h" -#define DEBUG_DOWNLOAD GNUNET_NO +#define DEBUG_DOWNLOAD GNUNET_YES /** * We're storing the IBLOCKS after the diff --git a/src/fs/gnunet-service-fs.c b/src/fs/gnunet-service-fs.c index a810e72cb..fcb58b692 100644 --- a/src/fs/gnunet-service-fs.c +++ b/src/fs/gnunet-service-fs.c @@ -47,7 +47,7 @@ #include "gnunet_util_lib.h" #include "fs.h" -#define DEBUG_FS GNUNET_NO +#define DEBUG_FS GNUNET_YES /** diff --git a/src/fs/test_fs_download.c b/src/fs/test_fs_download.c index 5ceb8653e..003840fa7 100644 --- a/src/fs/test_fs_download.c +++ b/src/fs/test_fs_download.c @@ -29,7 +29,7 @@ #include "gnunet_arm_service.h" #include "gnunet_fs_service.h" -#define VERBOSE GNUNET_NO +#define VERBOSE GNUNET_YES #define START_ARM GNUNET_YES diff --git a/src/fs/test_fs_download_data.conf b/src/fs/test_fs_download_data.conf index d55191a32..41678142c 100644 --- a/src/fs/test_fs_download_data.conf +++ b/src/fs/test_fs_download_data.conf @@ -19,7 +19,7 @@ HOSTNAME = localhost DEFAULTSERVICES = resolver datastore transport core fs [datastore] -#DEBUG = YES +DEBUG = YES [statistics] PORT = 42467 @@ -36,7 +36,7 @@ HOSTNAME = localhost [fs] PORT = 42471 HOSTNAME = localhost -#DEBUG = YES +DEBUG = YES [testing] WEAKRANDOM = YES -- cgit v1.2.3