diff options
author | Matt Johnston <matt@ucc.asn.au> | 2004-08-14 17:59:42 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2004-08-14 17:59:42 +0000 |
commit | 9ab4bbc7ff4dbb894e91aa52dc9d17ab1d2a3218 (patch) | |
tree | 4e330dc10796cac1ffa258706a84da01307486ad /debug.h | |
parent | 703c9a7370f856af030873562a89cccdb71fed8f (diff) |
Some documentation touchups
--HG--
extra : convert_revision : d428137d689eb015db1bd4168614516eb7f29c41
Diffstat (limited to 'debug.h')
-rw-r--r-- | debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |