-cleaner
authorChristian Grothoff <christian@grothoff.org>
Wed, 27 Jun 2012 10:09:53 +0000 (10:09 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 27 Jun 2012 10:09:53 +0000 (10:09 +0000)
src/gns/test_gns_ns_lookup.c

index 638efdc1a51a4c2ec1a49b32cc256f6f715da762..890347bc6e34f1de4d5a63b46948c8d56f0cc8f8 100644 (file)
@@ -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 ();
   /**