aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/gnunet-daemon-hostlist.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-04-07 15:45:11 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-04-07 15:45:11 +0000
commit66168d493af42bc50cf931f017352cd4b19d69ec (patch)
treeb7b0b5aa994d4cb01bfd720480ebd3d9afc7b0a4 /src/hostlist/gnunet-daemon-hostlist.c
parent9515e4994c9b315cf4e2ec03dfdbc72e344d07bb (diff)
downloadgnunet-66168d493af42bc50cf931f017352cd4b19d69ec.tar.gz
gnunet-66168d493af42bc50cf931f017352cd4b19d69ec.zip
Diffstat (limited to 'src/hostlist/gnunet-daemon-hostlist.c')
-rw-r--r--src/hostlist/gnunet-daemon-hostlist.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/hostlist/gnunet-daemon-hostlist.c b/src/hostlist/gnunet-daemon-hostlist.c
index d02efdc62..9f3453890 100644
--- a/src/hostlist/gnunet-daemon-hostlist.c
+++ b/src/hostlist/gnunet-daemon-hostlist.c
@@ -42,9 +42,6 @@
42#include "gnunet_time_lib.h" 42#include "gnunet_time_lib.h"
43#include "gnunet_util_lib.h" 43#include "gnunet_util_lib.h"
44 44
45#define DEBUG_HOSTLIST_LEARNING GNUNET_YES
46#define VERBOSE GNUNET_YES
47
48/** 45/**
49 * Set if we are allowed to advertise our hostlist to others. 46 * Set if we are allowed to advertise our hostlist to others.
50 */ 47 */
@@ -254,13 +251,6 @@ main (int argc, char *const *argv)
254 int ret; 251 int ret;
255 GNUNET_log_setup ("hostlist","DEBUG",NULL); 252 GNUNET_log_setup ("hostlist","DEBUG",NULL);
256 253
257 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
258 "ERROR\n");
259 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
260 "DEBUG\n");
261 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
262 "INFO\n");
263
264 ret = (GNUNET_OK == 254 ret = (GNUNET_OK ==
265 GNUNET_PROGRAM_run (argc, 255 GNUNET_PROGRAM_run (argc,
266 argv, 256 argv,