Mercurial > dropbear
diff debug.h @ 428:fd1f05639ed4 channel-fix
Turn off DEBUG_TRACE
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 12 Feb 2007 13:37:58 +0000 |
parents | 6ba2894ec8d5 |
children | df7f7da7f6e4 d4f32c3443ac 738313e73b1c |
line wrap: on
line diff
--- a/debug.h Mon Feb 12 13:32:30 2007 +0000 +++ b/debug.h Mon Feb 12 13:37:58 2007 +0000 @@ -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