From 1e94425015464ee52dc50030dc7d87d1c8375f05 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Wed, 18 Aug 2004 15:48:25 +0000 Subject: DEBUG_TRACE now only triggers with -v on the cmdline --HG-- extra : convert_revision : 91ef4ca657cd116dba148a50a90c8bcc5d206d4b --- debug.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'debug.h') 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 -- cgit v1.2.3