disable debug options
authorChristian Grothoff <christian@grothoff.org>
Mon, 19 Sep 2011 09:45:43 +0000 (09:45 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 19 Sep 2011 09:45:43 +0000 (09:45 +0000)
src/transport/test_plugin_transport.c
src/transport/test_transport_api.c
src/transport/transport.h

index 6bb187b195a2fc29ef171cabf2f157455edc0faf..794c8311d8821ea96710472f7efccfd9c289093c 100644 (file)
@@ -37,7 +37,7 @@
 #include "gnunet_transport_plugin.h"
 #include "transport.h"
 
-#define VERBOSE GNUNET_YES
+#define VERBOSE GNUNET_NO
 
 /**
  * How long until we give up on transmitting the message?
index cf5b471f8db43e5b51e50a4a89548de87c8795ae..eb64b0f398130a8846a6b17d644ba607843ef6c2 100644 (file)
@@ -37,7 +37,7 @@
 #include "transport.h"
 #include "transport-testing.h"
 
-#define VERBOSE GNUNET_YES
+#define VERBOSE GNUNET_NO
 
 #define VERBOSE_ARM GNUNET_NO
 
index 99fa16866d1ab45ad2668db64bf9799bd9df35d5..505d106e017c099736dca3e8294e296613227e08 100644 (file)
@@ -30,7 +30,7 @@
 #include "gnunet_time_lib.h"
 #include "gnunet_transport_service.h"
 
-#define DEBUG_TRANSPORT GNUNET_YES
+#define DEBUG_TRANSPORT GNUNET_NO
 
 #define DEBUG_TRANSPORT_TIMEOUT GNUNET_NO