The unified diff between revisions [924b731b..] and [be0d8378..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'debug.h'
# # # patch "debug.h" # from [60f97e6a361feb5ffb67a7cdb96600ac1b73b80d] # to [a2e768a857fdf1f4ce68eaa4385b2c7b571c0a81] # ============================================================ --- debug.h 60f97e6a361feb5ffb67a7cdb96600ac1b73b80d +++ debug.h a2e768a857fdf1f4ce68eaa4385b2c7b571c0a81 @@ -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