summaryrefslogtreecommitdiffhomepage
path: root/debug.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2004-08-14 17:59:42 +0000
committerMatt Johnston <matt@ucc.asn.au>2004-08-14 17:59:42 +0000
commit9ab4bbc7ff4dbb894e91aa52dc9d17ab1d2a3218 (patch)
tree4e330dc10796cac1ffa258706a84da01307486ad /debug.h
parent703c9a7370f856af030873562a89cccdb71fed8f (diff)
Some documentation touchups
--HG-- extra : convert_revision : d428137d689eb015db1bd4168614516eb7f29c41
Diffstat (limited to 'debug.h')
-rw-r--r--debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug.h b/debug.h
index d619a58..3ae7ca5 100644
--- a/debug.h
+++ b/debug.h
@@ -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