gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r11376 - gnunet/src/fs
Date: Fri, 14 May 2010 23:33:18 +0200

Author: grothoff
Date: 2010-05-14 23:33:18 +0200 (Fri, 14 May 2010)
New Revision: 11376

Modified:
   gnunet/src/fs/fs_test_lib_data.conf
   gnunet/src/fs/gnunet-service-fs.c
   gnunet/src/fs/gnunet-service-fs_indexing.c
Log:
nodebg

Modified: gnunet/src/fs/fs_test_lib_data.conf
===================================================================
--- gnunet/src/fs/fs_test_lib_data.conf 2010-05-14 21:27:17 UTC (rev 11375)
+++ gnunet/src/fs/fs_test_lib_data.conf 2010-05-14 21:33:18 UTC (rev 11376)
@@ -20,7 +20,7 @@
 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 @@
 #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 @@
 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 

Modified: gnunet/src/fs/gnunet-service-fs.c
===================================================================
--- gnunet/src/fs/gnunet-service-fs.c   2010-05-14 21:27:17 UTC (rev 11375)
+++ gnunet/src/fs/gnunet-service-fs.c   2010-05-14 21:33:18 UTC (rev 11376)
@@ -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.

Modified: gnunet/src/fs/gnunet-service-fs_indexing.c
===================================================================
--- gnunet/src/fs/gnunet-service-fs_indexing.c  2010-05-14 21:27:17 UTC (rev 
11375)
+++ gnunet/src/fs/gnunet-service-fs_indexing.c  2010-05-14 21:33:18 UTC (rev 
11376)
@@ -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




reply via email to

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