aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-10-20 18:55:28 +0000
committerChristian Grothoff <christian@grothoff.org>2009-10-20 18:55:28 +0000
commitbe483f9866c807d5ba8cef41440a6c404b59dfd7 (patch)
tree5137ffd8ae69b2575d202718db87708e7d203f7e
parentb36a8dc7422228f0ecec77c3e9b1b0556fdcb6c4 (diff)
downloadgnunet-be483f9866c807d5ba8cef41440a6c404b59dfd7.tar.gz
gnunet-be483f9866c807d5ba8cef41440a6c404b59dfd7.zip
debug, maybe will help diagnose crash on ndurner gtwy
-rw-r--r--src/fs/fs_download.c2
-rw-r--r--src/fs/gnunet-service-fs.c2
-rw-r--r--src/fs/test_fs_download.c2
-rw-r--r--src/fs/test_fs_download_data.conf4
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 @@
36#include "fs.h" 36#include "fs.h"
37#include "fs_tree.h" 37#include "fs_tree.h"
38 38
39#define DEBUG_DOWNLOAD GNUNET_NO 39#define DEBUG_DOWNLOAD GNUNET_YES
40 40
41/** 41/**
42 * We're storing the IBLOCKS after the 42 * 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 @@
47#include "gnunet_util_lib.h" 47#include "gnunet_util_lib.h"
48#include "fs.h" 48#include "fs.h"
49 49
50#define DEBUG_FS GNUNET_NO 50#define DEBUG_FS GNUNET_YES
51 51
52 52
53/** 53/**
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 @@
29#include "gnunet_arm_service.h" 29#include "gnunet_arm_service.h"
30#include "gnunet_fs_service.h" 30#include "gnunet_fs_service.h"
31 31
32#define VERBOSE GNUNET_NO 32#define VERBOSE GNUNET_YES
33 33
34#define START_ARM GNUNET_YES 34#define START_ARM GNUNET_YES
35 35
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
19DEFAULTSERVICES = resolver datastore transport core fs 19DEFAULTSERVICES = resolver datastore transport core fs
20 20
21[datastore] 21[datastore]
22#DEBUG = YES 22DEBUG = YES
23 23
24[statistics] 24[statistics]
25PORT = 42467 25PORT = 42467
@@ -36,7 +36,7 @@ HOSTNAME = localhost
36[fs] 36[fs]
37PORT = 42471 37PORT = 42471
38HOSTNAME = localhost 38HOSTNAME = localhost
39#DEBUG = YES 39DEBUG = YES
40 40
41[testing] 41[testing]
42WEAKRANDOM = YES 42WEAKRANDOM = YES