summaryrefslogtreecommitdiffhomepage
path: root/debug.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2004-08-18 15:48:25 +0000
committerMatt Johnston <matt@ucc.asn.au>2004-08-18 15:48:25 +0000
commit1e94425015464ee52dc50030dc7d87d1c8375f05 (patch)
treece00d6dc804db435eb8b942fa076927e5aef9682 /debug.h
parenta69e355a0630c1fe99f06e163f8260974758c193 (diff)
DEBUG_TRACE now only triggers with -v on the cmdline
--HG-- extra : convert_revision : 91ef4ca657cd116dba148a50a90c8bcc5d206d4b
Diffstat (limited to 'debug.h')
-rw-r--r--debug.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/debug.h b/debug.h
index 3ae7ca5..9bb840b 100644
--- a/debug.h
+++ b/debug.h
@@ -33,9 +33,11 @@
* etc. Don't use this normally, it might cause problems */
/* #define DEBUG_VALGRIND */
-/* 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 this to compile in trace debugging printf()s. You'll need to
+ * run programs with "-v" to turn this on.
+ * 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 */
/* All functions writing to the cleartext payload buffer call