Extra diagnostics in the hope that we can track down the problem with
[u/mdw/putty] / tree234.c
index 9d1d7b0..017a12a 100644 (file)
--- a/tree234.c
+++ b/tree234.c
@@ -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;