From 7d4a9078030a9cd7bbf1fa1d1a513b0927057b36 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Tue, 27 Apr 2010 08:27:47 +0000 Subject: [PATCH] Disabled debugging and verbose to suppress logging messages --- src/hostlist/test_gnunet_daemon_hostlist_learning.c | 2 +- src/hostlist/test_learning_adv_peer.conf | 4 ++-- src/hostlist/test_learning_learn_peer.conf | 4 ++-- src/hostlist/test_learning_learn_peer2.conf | 4 ++-- 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 @@ #include "gnunet_resolver_service.h" #include "gnunet_statistics_service.h" -#define VERBOSE GNUNET_YES +#define VERBOSE GNUNET_NO #define START_ARM GNUNET_YES #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 PORT = 22966 DEFAULTSERVICES = resolver transport core statistics topology hostlist #GLOBAL_PREFIX = xterm -e gdb -x cmd --args -#DEBUG=NO +DEBUG=NO [statistics] PORT = 22967 @@ -38,7 +38,7 @@ HTTPPORT = 12981 SERVERS = http://localhost:12981/ OPTIONS = -p -a -b -e #OPTIONS = -b -p -a -DEBUG = YES +#DEBUG = YES HOSTLISTFILE = hostlists_adv_peer.file #BINARY = /home/grothoff/bin/gnunet-daemon-hostlist 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 PORT = 12966 DEFAULTSERVICES = resolver transport core statistics topology hostlist #GLOBAL_PREFIX = xterm -e gdb -x cmd --args -#DEBUG=NO +DEBUG=NO [statistics] PORT = 12967 @@ -37,7 +37,7 @@ HTTPPORT = 12980 SERVERS = http://localhost:12981/ OPTIONS = -b -e #OPTIONS = -b -p -DEBUG = YES +#DEBUG = YES HOSTLISTFILE = hostlists_learn_peer.file #BINARY = /home/grothoff/bin/gnunet-daemon-hostlist 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 PORT = 32966 DEFAULTSERVICES = resolver transport core statistics topology hostlist #GLOBAL_PREFIX = xterm -e gdb -x cmd --args -#DEBUG=NO +DEBUG=NO [statistics] PORT = 32967 @@ -37,7 +37,7 @@ HTTPPORT = 32980 SERVERS = http://localhost:12981/ OPTIONS = -b -e #OPTIONS = -b -p -DEBUG = YES +#DEBUG = YES HOSTLISTFILE = hostlists_learn_peer2.file #BINARY = /home/grothoff/bin/gnunet-daemon-hostlist -- 2.25.1