gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r9228 - gnunet/src/fs


From: gnunet
Subject: [GNUnet-SVN] r9228 - gnunet/src/fs
Date: Tue, 20 Oct 2009 12:55:29 -0600

Author: grothoff
Date: 2009-10-20 12:55:28 -0600 (Tue, 20 Oct 2009)
New Revision: 9228

Modified:
   gnunet/src/fs/fs_download.c
   gnunet/src/fs/gnunet-service-fs.c
   gnunet/src/fs/test_fs_download.c
   gnunet/src/fs/test_fs_download_data.conf
Log:
debug, maybe will help diagnose crash on ndurner gtwy

Modified: gnunet/src/fs/fs_download.c
===================================================================
--- gnunet/src/fs/fs_download.c 2009-10-20 18:54:34 UTC (rev 9227)
+++ gnunet/src/fs/fs_download.c 2009-10-20 18:55:28 UTC (rev 9228)
@@ -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

Modified: gnunet/src/fs/gnunet-service-fs.c
===================================================================
--- gnunet/src/fs/gnunet-service-fs.c   2009-10-20 18:54:34 UTC (rev 9227)
+++ gnunet/src/fs/gnunet-service-fs.c   2009-10-20 18:55:28 UTC (rev 9228)
@@ -47,7 +47,7 @@
 #include "gnunet_util_lib.h"
 #include "fs.h"
 
-#define DEBUG_FS GNUNET_NO
+#define DEBUG_FS GNUNET_YES
 
 
 /**

Modified: gnunet/src/fs/test_fs_download.c
===================================================================
--- gnunet/src/fs/test_fs_download.c    2009-10-20 18:54:34 UTC (rev 9227)
+++ gnunet/src/fs/test_fs_download.c    2009-10-20 18:55:28 UTC (rev 9228)
@@ -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
 

Modified: gnunet/src/fs/test_fs_download_data.conf
===================================================================
--- gnunet/src/fs/test_fs_download_data.conf    2009-10-20 18:54:34 UTC (rev 
9227)
+++ gnunet/src/fs/test_fs_download_data.conf    2009-10-20 18:55:28 UTC (rev 
9228)
@@ -19,7 +19,7 @@
 DEFAULTSERVICES = resolver datastore transport core fs
 
 [datastore]
-#DEBUG = YES
+DEBUG = YES
 
 [statistics]
 PORT = 42467
@@ -36,7 +36,7 @@
 [fs]
 PORT = 42471
 HOSTNAME = localhost
-#DEBUG = YES
+DEBUG = YES
 
 [testing]
 WEAKRANDOM = YES





reply via email to

[Prev in Thread] Current Thread [Next in Thread]