diff debug.h @ 75:a54d20c96178

Some documentation touchups
author Matt Johnston <matt@ucc.asn.au>
date Sat, 14 Aug 2004 17:59:42 +0000
parents 4b53a43f0082
children c85c88500ea6
line wrap: on
line diff
--- a/debug.h	Sat Aug 14 17:54:20 2004 +0000
+++ b/debug.h	Sat Aug 14 17:59:42 2004 +0000
@@ -36,7 +36,7 @@
 /* Define this to print trace statements - very verbose */
 /* Caution: Don't use this in an unfriendly environment (ie unfirewalled),
  * since the printing does not sanitise strings etc */
-#define DEBUG_TRACE
+/* #define DEBUG_TRACE */
 
 /* All functions writing to the cleartext payload buffer call
  * CHECKCLEARTOWRITE() before writing. This is only really useful if you're