From: Christian Grothoff Date: Wed, 27 Jun 2012 10:09:53 +0000 (+0000) Subject: -cleaner X-Git-Tag: initial-import-from-subversion-38251~12786 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=60088c00f6a43f88fdce9726c83c526a25650374;p=oweals%2Fgnunet.git -cleaner --- diff --git a/src/gns/test_gns_ns_lookup.c b/src/gns/test_gns_ns_lookup.c index 638efdc1a..890347bc6 100644 --- a/src/gns/test_gns_ns_lookup.c +++ b/src/gns/test_gns_ns_lookup.c @@ -32,9 +32,6 @@ #include "gnunet_dnsparser_lib.h" #include "gnunet_gns_service.h" -/* DEFINES */ -#define VERBOSE GNUNET_YES - /* Timeout for entire testcase */ #define TIMEOUT GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 20) @@ -437,9 +434,6 @@ check () char *const argv[] = { "test-gns-ns-lookup", /* Name to give running binary */ "-c", "test_gns_simple_lookup.conf", /* Config file to use */ -#if VERBOSE - "-L", "DEBUG", -#endif NULL }; struct GNUNET_GETOPT_CommandLineOption options[] = { @@ -464,11 +458,7 @@ main (int argc, char *argv[]) int ret; GNUNET_log_setup ("test-gns-simple-lookup", -#if VERBOSE - "DEBUG", -#else "WARNING", -#endif NULL); ret = check (); /**