gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r10141 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r10141 - gnunet/src/transport
Date: Mon, 25 Jan 2010 10:28:20 +0100

Author: nevans
Date: 2010-01-25 10:28:20 +0100 (Mon, 25 Jan 2010)
New Revision: 10141

Modified:
   gnunet/src/transport/test_transport_api.c
Log:
remove debug options when not specified, otherwise they linger in the 
configuration between test runs

Modified: gnunet/src/transport/test_transport_api.c
===================================================================
--- gnunet/src/transport/test_transport_api.c   2010-01-25 09:20:39 UTC (rev 
10140)
+++ gnunet/src/transport/test_transport_api.c   2010-01-25 09:28:20 UTC (rev 
10141)
@@ -31,7 +31,7 @@
 #include "gnunet_transport_service.h"
 #include "transport.h"
 
-#define VERBOSE GNUNET_YES
+#define VERBOSE GNUNET_NO
 
 #define VERBOSE_ARM GNUNET_NO
 
@@ -247,6 +247,9 @@
 #if VERBOSE_TRANSPORT
       GNUNET_CONFIGURATION_set_value_string(tempcfg, "transport", "DEBUG", 
"YES");
       GNUNET_CONFIGURATION_set_value_string(tempcfg, "transport", "PREFIX", 
"xterm -e xterm -T transport -e gdb --args");
+#else
+      GNUNET_CONFIGURATION_set_value_string(tempcfg, "transport", "DEBUG", 
"NO");
+      GNUNET_CONFIGURATION_set_value_string(tempcfg, "transport", "PREFIX", 
"");
 #endif
 
   GNUNET_CONFIGURATION_write(tempcfg, filename);





reply via email to

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