From 9be834e9aef6159f778214555f82dba4b8e5f573 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 30 Jul 2009 08:33:00 +0930 Subject: [PATCH] Turn off TDB_TRACE again (shouldn't have left it on in commit) --- ccan/tdb/tdb_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccan/tdb/tdb_private.h b/ccan/tdb/tdb_private.h index b6eae478..727f5c2a 100644 --- a/ccan/tdb/tdb_private.h +++ b/ccan/tdb/tdb_private.h @@ -49,7 +49,7 @@ #endif #include "tdb.h" -#define TDB_TRACE 1 +/* #define TDB_TRACE 1 */ #if HAVE_GETPAGESIZE #define getpagesize() 0x2000 -- 2.39.2