gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r22332 - gnunet/src/gns


From: gnunet
Subject: [GNUnet-SVN] r22332 - gnunet/src/gns
Date: Wed, 27 Jun 2012 12:09:53 +0200

Author: grothoff
Date: 2012-06-27 12:09:53 +0200 (Wed, 27 Jun 2012)
New Revision: 22332

Modified:
   gnunet/src/gns/test_gns_ns_lookup.c
Log:
-cleaner

Modified: gnunet/src/gns/test_gns_ns_lookup.c
===================================================================
--- gnunet/src/gns/test_gns_ns_lookup.c 2012-06-27 09:56:06 UTC (rev 22331)
+++ gnunet/src/gns/test_gns_ns_lookup.c 2012-06-27 10:09:53 UTC (rev 22332)
@@ -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 @@
   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 @@
   int ret;
 
   GNUNET_log_setup ("test-gns-simple-lookup",
-#if VERBOSE
-                    "DEBUG",
-#else
                     "WARNING",
-#endif
                     NULL);
   ret = check ();
   /**




reply via email to

[Prev in Thread] Current Thread [Next in Thread]