debug, maybe will help diagnose crash on ndurner gtwy
authorChristian Grothoff <christian@grothoff.org>
Tue, 20 Oct 2009 18:55:28 +0000 (18:55 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 20 Oct 2009 18:55:28 +0000 (18:55 +0000)
src/fs/fs_download.c
src/fs/gnunet-service-fs.c
src/fs/test_fs_download.c
src/fs/test_fs_download_data.conf

index 1938fb08fd9ccc45a13be576757fa8231273d537..3054048e4ec2632ac785e817823d0fc9ca302244 100644 (file)
@@ -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
index a810e72cb598675d2e5764b91b1f01532b8c00ff..fcb58b692fe4dc8987c32b20b69318d6aab8236e 100644 (file)
@@ -47,7 +47,7 @@
 #include "gnunet_util_lib.h"
 #include "fs.h"
 
-#define DEBUG_FS GNUNET_NO
+#define DEBUG_FS GNUNET_YES
 
 
 /**
index 5ceb8653e91a513c4a7b4654ba7c5d40c5d3d96a..003840fa75d9822d4d1633acfc131d120e0a66eb 100644 (file)
@@ -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
 
index d55191a321ff0cce35186688769d7ffd8e488fbc..41678142c8b838542f8a2d4377f01f942c180e7b 100644 (file)
@@ -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