From 0d2a606bdb2375d283be00d18d73f3eae8b06e4c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 6 Apr 2010 12:02:10 +0000 Subject: [PATCH] stuff --- src/fs/fs_test_lib_data.conf | 4 ++-- src/util/bandwidth.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/fs/fs_test_lib_data.conf b/src/fs/fs_test_lib_data.conf index dc18d8c15..83d995adc 100644 --- a/src/fs/fs_test_lib_data.conf +++ b/src/fs/fs_test_lib_data.conf @@ -12,7 +12,7 @@ HOSTNAME = localhost [transport] PORT = 43465 PLUGINS = tcp -DEBUG = YES +#DEBUG = YES [arm] PORT = 43466 @@ -32,7 +32,7 @@ HOSTNAME = localhost ALLOW_SHUTDOWN = NO TIMEOUT = 300000 #PORT = 43468 -DEBUG = YES +#DEBUG = YES [peerinfo] PORT = 43469 diff --git a/src/util/bandwidth.c b/src/util/bandwidth.c index 9ba6bd5ec..a3a46a7ca 100644 --- a/src/util/bandwidth.c +++ b/src/util/bandwidth.c @@ -27,7 +27,7 @@ #include "gnunet_bandwidth_lib.h" #include "gnunet_server_lib.h" -#define DEBUG_BANDWIDTH GNUNET_YES +#define DEBUG_BANDWIDTH GNUNET_NO /** * Create a new bandwidth value. -- 2.25.1