gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r11750 - gnunet/src/fs
Date: Mon, 14 Jun 2010 21:18:00 +0200

Author: grothoff
Date: 2010-06-14 21:18:00 +0200 (Mon, 14 Jun 2010)
New Revision: 11750

Modified:
   gnunet/src/fs/fs_download.c
   gnunet/src/fs/gnunet-service-fs.c
   gnunet/src/fs/gnunet-service-fs_indexing.c
   gnunet/src/fs/test_gnunet_service_fs_migration.c
   gnunet/src/fs/test_gnunet_service_fs_migration_data.conf
Log:
nodebug

Modified: gnunet/src/fs/fs_download.c
===================================================================
--- gnunet/src/fs/fs_download.c 2010-06-14 18:55:25 UTC (rev 11749)
+++ gnunet/src/fs/fs_download.c 2010-06-14 19:18:00 UTC (rev 11750)
@@ -33,7 +33,7 @@
 #include "fs.h"
 #include "fs_tree.h"
 
-#define DEBUG_DOWNLOAD GNUNET_YES
+#define DEBUG_DOWNLOAD GNUNET_NO
 
 /**
  * Determine if the given download (options and meta data) should cause

Modified: gnunet/src/fs/gnunet-service-fs.c
===================================================================
--- gnunet/src/fs/gnunet-service-fs.c   2010-06-14 18:55:25 UTC (rev 11749)
+++ gnunet/src/fs/gnunet-service-fs.c   2010-06-14 19:18:00 UTC (rev 11750)
@@ -44,7 +44,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-06-14 18:55:25 UTC (rev 
11749)
+++ gnunet/src/fs/gnunet-service-fs_indexing.c  2010-06-14 19:18:00 UTC (rev 
11750)
@@ -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

Modified: gnunet/src/fs/test_gnunet_service_fs_migration.c
===================================================================
--- gnunet/src/fs/test_gnunet_service_fs_migration.c    2010-06-14 18:55:25 UTC 
(rev 11749)
+++ gnunet/src/fs/test_gnunet_service_fs_migration.c    2010-06-14 19:18:00 UTC 
(rev 11750)
@@ -27,7 +27,7 @@
 #include "fs_test_lib.h"
 #include "gnunet_testing_lib.h"
 
-#define VERBOSE GNUNET_YES
+#define VERBOSE GNUNET_NO
 
 /**
  * File-size we use for testing.
@@ -243,7 +243,6 @@
                    "WARNING",
 #endif
                    NULL);
-  system ("netstat -ntpl");
   GNUNET_PROGRAM_run ((sizeof (argvx) / sizeof (char *)) - 1,
                       argvx, "test-gnunet-service-fs-migration",
                      "nohelp", options, &run, NULL);

Modified: gnunet/src/fs/test_gnunet_service_fs_migration_data.conf
===================================================================
--- gnunet/src/fs/test_gnunet_service_fs_migration_data.conf    2010-06-14 
18:55:25 UTC (rev 11749)
+++ gnunet/src/fs/test_gnunet_service_fs_migration_data.conf    2010-06-14 
19:18:00 UTC (rev 11750)
@@ -12,13 +12,13 @@
 [transport]
 PORT = 43465
 PLUGINS = tcp
-DEBUG = YES
+#DEBUG = YES
 
 [arm]
 PORT = 43466
 HOSTNAME = localhost
 DEFAULTSERVICES = fs
-OPTIONS = -L DEBUG
+#OPTIONS = -L DEBUG
 
 [datastore]
 #DEBUG = YES
@@ -43,7 +43,7 @@
 #TOTAL_QUOTA_OUT = 9321
 TOTAL_QUOTA_IN = 3932160
 TOTAL_QUOTA_OUT = 3932160
-DEBUG = YES
+#DEBUG = YES
 #PREFIX = valgrind --tool=memcheck --leak-check=yes
 
 [fs]
@@ -51,7 +51,7 @@
 HOSTNAME = localhost
 #OPTIONS = -L DEBUG
 ACTIVEMIGRATION = YES
-DEBUG = YES
+#DEBUG = YES
 #PREFIX = valgrind --tool=memcheck --leak-check=yes 
 #PREFIX = xterm -e gdb -x cmd --args 
 




reply via email to

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