gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5591 - in GNUnet/src: applications/advertising application


From: gnunet
Subject: [GNUnet-SVN] r5591 - in GNUnet/src: applications/advertising applications/rpc transports
Date: Tue, 4 Sep 2007 05:24:19 -0600 (MDT)

Author: grothoff
Date: 2007-09-04 05:24:19 -0600 (Tue, 04 Sep 2007)
New Revision: 5591

Modified:
   GNUnet/src/applications/advertising/bootstrap.c
   GNUnet/src/applications/rpc/rpc.c
   GNUnet/src/transports/nat.c
   GNUnet/src/transports/tcp.c
   GNUnet/src/transports/udp.c
Log:
disable DEBUGs

Modified: GNUnet/src/applications/advertising/bootstrap.c
===================================================================
--- GNUnet/src/applications/advertising/bootstrap.c     2007-09-04 05:01:17 UTC 
(rev 5590)
+++ GNUnet/src/applications/advertising/bootstrap.c     2007-09-04 11:24:19 UTC 
(rev 5591)
@@ -31,7 +31,7 @@
 #include "gnunet_bootstrap_service.h"
 #include "gnunet_state_service.h"
 
-#define DEBUG_BOOTSTRAP YES
+#define DEBUG_BOOTSTRAP NO
 
 #define hello_HELPER_TABLE_START_SIZE 64
 

Modified: GNUnet/src/applications/rpc/rpc.c
===================================================================
--- GNUnet/src/applications/rpc/rpc.c   2007-09-04 05:01:17 UTC (rev 5590)
+++ GNUnet/src/applications/rpc/rpc.c   2007-09-04 11:24:19 UTC (rev 5591)
@@ -42,7 +42,7 @@
 /**
  * Print messages helpful for debugging RPC clients.
  */
-#define DEBUG_RPC_CLIENT YES
+#define DEBUG_RPC_CLIENT NO
 
 /**
  * Minimum delay between retry attempts for RPC messages.

Modified: GNUnet/src/transports/nat.c
===================================================================
--- GNUnet/src/transports/nat.c 2007-09-04 05:01:17 UTC (rev 5590)
+++ GNUnet/src/transports/nat.c 2007-09-04 11:24:19 UTC (rev 5591)
@@ -30,7 +30,7 @@
 #include "platform.h"
 #include "ip.h"
 
-#define DEBUG_NAT YES
+#define DEBUG_NAT NO
 
 /**
  * Host-Address in a NAT network.  Since the idea behind

Modified: GNUnet/src/transports/tcp.c
===================================================================
--- GNUnet/src/transports/tcp.c 2007-09-04 05:01:17 UTC (rev 5590)
+++ GNUnet/src/transports/tcp.c 2007-09-04 11:24:19 UTC (rev 5591)
@@ -32,7 +32,7 @@
 #include "platform.h"
 #include "ip.h"
 
-#define DEBUG_TCP YES
+#define DEBUG_TCP NO
 
 /**
  * after how much time of the core not being associated with a tcp

Modified: GNUnet/src/transports/udp.c
===================================================================
--- GNUnet/src/transports/udp.c 2007-09-04 05:01:17 UTC (rev 5590)
+++ GNUnet/src/transports/udp.c 2007-09-04 11:24:19 UTC (rev 5591)
@@ -32,7 +32,7 @@
 #include "ip.h"
 #include "platform.h"
 
-#define DEBUG_UDP YES
+#define DEBUG_UDP NO
 
 static UPnP_ServiceAPI *upnp;
 





reply via email to

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