disable ats debug
authorMatthias Wachs <wachs@net.in.tum.de>
Wed, 23 Mar 2011 10:08:24 +0000 (10:08 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Wed, 23 Mar 2011 10:08:24 +0000 (10:08 +0000)
src/transport/transport.h

index 7dc96de68809a1c5cdc3df06544e27c3c4c0d3b3..bfe9bc094136097026ebbec65c25ff0176356540 100644 (file)
@@ -34,7 +34,7 @@
 #define ATS_MIN_INTERVAL  GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_MILLISECONDS,250)
 #define ATS_EXEC_INTERVAL GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS,1)
 
-#define DEBUG_ATS GNUNET_YES
+#define DEBUG_ATS GNUNET_NO
 
 struct ATS_info
 {