summaryrefslogtreecommitdiffhomepage
path: root/debug.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2005-03-13 16:23:19 +0000
committerMatt Johnston <matt@ucc.asn.au>2005-03-13 16:23:19 +0000
commit4ef72ddc1620fe69c47c7d9c01e2b350a4fa2156 (patch)
tree8702f6763d203c616fbdb582392e9bc2efbc2142 /debug.h
parent269ee62cd44662f3fe4880831313f6445e4ea4c3 (diff)
parenta1fd2da0f919a19e18d4c628ffcf2f7cdbe7cee3 (diff)
merge of 954df0829153a81396cf111410fae269457c3ad6
and d7e8c6af971415504a2b626bf6dc1a4d50cdc5d7 --HG-- extra : convert_revision : e99d4659762ca919e4c925aa2c7173a7faad1715
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 7b1e2b5..93cb891 100644
--- a/debug.h
+++ b/debug.h
@@ -39,7 +39,7 @@
* Caution: Don't use this in an unfriendly environment (ie unfirewalled),
* since the printing may not sanitise strings etc. This will add a reasonable
* amount to your executable size. */
- //#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