1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-03 12:32:47 -05:00

Extra diagnostics in the hope that we can track down the problem with

the nightlies. I must remember to take it all out again when we do!

[originally from svn r1095]
This commit is contained in:
Simon Tatham
2001-05-02 14:45:25 +00:00
parent 463c2651ae
commit 56a5e6fdf3
2 changed files with 14 additions and 1 deletions

View File

@ -39,7 +39,8 @@
#ifdef TEST
#define LOG(x) (printf x)
#else
#define LOG(x)
// FIXME
#define LOG(x) (dprintf x)
#endif
typedef struct node234_Tag node234;