diff debug.h @ 516:7fc4ba3c1cbb

- Bump to 0.52 - Clarify that hosts are resolved on the remote end for multihop
author Matt Johnston <matt@ucc.asn.au>
date Tue, 11 Nov 2008 14:08:48 +0000
parents 9f583f4d59a6
children 61c3513825b0
line wrap: on
line diff
--- a/debug.h	Tue Nov 11 13:51:55 2008 +0000
+++ b/debug.h	Tue Nov 11 14:08:48 2008 +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