gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r21819 - gnunet/src/arm


From: gnunet
Subject: [GNUnet-SVN] r21819 - gnunet/src/arm
Date: Sat, 9 Jun 2012 17:14:56 +0200

Author: grothoff
Date: 2012-06-09 17:14:56 +0200 (Sat, 09 Jun 2012)
New Revision: 21819

Modified:
   gnunet/src/arm/test_arm_api.c
Log:
-removing useless ifdefs

Modified: gnunet/src/arm/test_arm_api.c
===================================================================
--- gnunet/src/arm/test_arm_api.c       2012-06-09 15:12:15 UTC (rev 21818)
+++ gnunet/src/arm/test_arm_api.c       2012-06-09 15:14:56 UTC (rev 21819)
@@ -30,8 +30,6 @@
 #include "gnunet_program_lib.h"
 #include "gnunet_resolver_service.h"
 
-#define VERBOSE GNUNET_NO
-
 #define START_ARM GNUNET_YES
 
 #define START_TIMEOUT GNUNET_TIME_relative_multiply 
(GNUNET_TIME_UNIT_MILLISECONDS, 1500)
@@ -137,9 +135,6 @@
   char *const argv[] = {
     "test-arm-api",
     "-c", "test_arm_api_data.conf",
-#if VERBOSE
-    "-L", "DEBUG",
-#endif
     NULL
   };
   struct GNUNET_GETOPT_CommandLineOption options[] = {
@@ -159,11 +154,7 @@
 
 
   GNUNET_log_setup ("test-arm-api",
-#if VERBOSE
-                   "DEBUG",
-#else
                    "WARNING",
-#endif
                    NULL);
   ret = check ();
 




reply via email to

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