diff options
author | Matt Johnston <matt@ucc.asn.au> | 2009-07-01 06:27:27 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2009-07-01 06:27:27 +0000 |
commit | 9dc9aff0164ba777ae9806e9608af09aaf1a786e (patch) | |
tree | 28b3c29b7ff1ffbd2c9d5efb08e0404f35276088 /debug.h | |
parent | c6582dbe370705270e6164ff8212dbdddafd9250 (diff) |
Talking to the agent works now. Can't interpret the pubkeys.
--HG--
branch : agent-client
extra : convert_revision : 357373f28e889108178b8627480fd24bc26dcbd7
Diffstat (limited to 'debug.h')
-rw-r--r-- | debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |