Mercurial > dropbear
changeset 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 | 5df05d0a5366 |
children | ce14fab86732 |
files | debug.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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