aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-04-27 08:27:47 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-04-27 08:27:47 +0000
commit7d4a9078030a9cd7bbf1fa1d1a513b0927057b36 (patch)
treeb40c52664e1610a32b411c56d0578425291df64e /src/hostlist
parent9a1a09225ad61aeda6da0db15b2f5dc8b3c874f9 (diff)
downloadgnunet-7d4a9078030a9cd7bbf1fa1d1a513b0927057b36.tar.gz
gnunet-7d4a9078030a9cd7bbf1fa1d1a513b0927057b36.zip
Disabled debugging and verbose to suppress logging messages
Diffstat (limited to 'src/hostlist')
-rw-r--r--src/hostlist/test_gnunet_daemon_hostlist_learning.c2
-rw-r--r--src/hostlist/test_learning_adv_peer.conf4
-rw-r--r--src/hostlist/test_learning_learn_peer.conf4
-rw-r--r--src/hostlist/test_learning_learn_peer2.conf4
4 files changed, 7 insertions, 7 deletions
diff --git a/src/hostlist/test_gnunet_daemon_hostlist_learning.c b/src/hostlist/test_gnunet_daemon_hostlist_learning.c
index 8f457fa1e..64fd062dc 100644
--- a/src/hostlist/test_gnunet_daemon_hostlist_learning.c
+++ b/src/hostlist/test_gnunet_daemon_hostlist_learning.c
@@ -30,7 +30,7 @@
30#include "gnunet_resolver_service.h" 30#include "gnunet_resolver_service.h"
31#include "gnunet_statistics_service.h" 31#include "gnunet_statistics_service.h"
32 32
33#define VERBOSE GNUNET_YES 33#define VERBOSE GNUNET_NO
34 34
35#define START_ARM GNUNET_YES 35#define START_ARM GNUNET_YES
36#define MAX_URL_LEN 1000 36#define MAX_URL_LEN 1000
diff --git a/src/hostlist/test_learning_adv_peer.conf b/src/hostlist/test_learning_adv_peer.conf
index 723111d75..3423af138 100644
--- a/src/hostlist/test_learning_adv_peer.conf
+++ b/src/hostlist/test_learning_adv_peer.conf
@@ -14,7 +14,7 @@ PLUGINS = tcp
14PORT = 22966 14PORT = 22966
15DEFAULTSERVICES = resolver transport core statistics topology hostlist 15DEFAULTSERVICES = resolver transport core statistics topology hostlist
16#GLOBAL_PREFIX = xterm -e gdb -x cmd --args 16#GLOBAL_PREFIX = xterm -e gdb -x cmd --args
17#DEBUG=NO 17DEBUG=NO
18 18
19[statistics] 19[statistics]
20PORT = 22967 20PORT = 22967
@@ -38,7 +38,7 @@ HTTPPORT = 12981
38SERVERS = http://localhost:12981/ 38SERVERS = http://localhost:12981/
39OPTIONS = -p -a -b -e 39OPTIONS = -p -a -b -e
40#OPTIONS = -b -p -a 40#OPTIONS = -b -p -a
41DEBUG = YES 41#DEBUG = YES
42HOSTLISTFILE = hostlists_adv_peer.file 42HOSTLISTFILE = hostlists_adv_peer.file
43#BINARY = /home/grothoff/bin/gnunet-daemon-hostlist 43#BINARY = /home/grothoff/bin/gnunet-daemon-hostlist
44 44
diff --git a/src/hostlist/test_learning_learn_peer.conf b/src/hostlist/test_learning_learn_peer.conf
index d7f512e30..19e73b5f3 100644
--- a/src/hostlist/test_learning_learn_peer.conf
+++ b/src/hostlist/test_learning_learn_peer.conf
@@ -13,7 +13,7 @@ PLUGINS = tcp
13PORT = 12966 13PORT = 12966
14DEFAULTSERVICES = resolver transport core statistics topology hostlist 14DEFAULTSERVICES = resolver transport core statistics topology hostlist
15#GLOBAL_PREFIX = xterm -e gdb -x cmd --args 15#GLOBAL_PREFIX = xterm -e gdb -x cmd --args
16#DEBUG=NO 16DEBUG=NO
17 17
18[statistics] 18[statistics]
19PORT = 12967 19PORT = 12967
@@ -37,7 +37,7 @@ HTTPPORT = 12980
37SERVERS = http://localhost:12981/ 37SERVERS = http://localhost:12981/
38OPTIONS = -b -e 38OPTIONS = -b -e
39#OPTIONS = -b -p 39#OPTIONS = -b -p
40DEBUG = YES 40#DEBUG = YES
41HOSTLISTFILE = hostlists_learn_peer.file 41HOSTLISTFILE = hostlists_learn_peer.file
42#BINARY = /home/grothoff/bin/gnunet-daemon-hostlist 42#BINARY = /home/grothoff/bin/gnunet-daemon-hostlist
43 43
diff --git a/src/hostlist/test_learning_learn_peer2.conf b/src/hostlist/test_learning_learn_peer2.conf
index 3279fbfd7..c41ec6ae7 100644
--- a/src/hostlist/test_learning_learn_peer2.conf
+++ b/src/hostlist/test_learning_learn_peer2.conf
@@ -13,7 +13,7 @@ PLUGINS = tcp
13PORT = 32966 13PORT = 32966
14DEFAULTSERVICES = resolver transport core statistics topology hostlist 14DEFAULTSERVICES = resolver transport core statistics topology hostlist
15#GLOBAL_PREFIX = xterm -e gdb -x cmd --args 15#GLOBAL_PREFIX = xterm -e gdb -x cmd --args
16#DEBUG=NO 16DEBUG=NO
17 17
18[statistics] 18[statistics]
19PORT = 32967 19PORT = 32967
@@ -37,7 +37,7 @@ HTTPPORT = 32980
37SERVERS = http://localhost:12981/ 37SERVERS = http://localhost:12981/
38OPTIONS = -b -e 38OPTIONS = -b -e
39#OPTIONS = -b -p 39#OPTIONS = -b -p
40DEBUG = YES 40#DEBUG = YES
41HOSTLISTFILE = hostlists_learn_peer2.file 41HOSTLISTFILE = hostlists_learn_peer2.file
42#BINARY = /home/grothoff/bin/gnunet-daemon-hostlist 42#BINARY = /home/grothoff/bin/gnunet-daemon-hostlist
43 43