From: Rusty Russell Date: Wed, 29 Jul 2009 23:03:00 +0000 (+0930) Subject: Turn off TDB_TRACE again (shouldn't have left it on in commit) X-Git-Url: http://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=9be834e9aef6159f778214555f82dba4b8e5f573 Turn off TDB_TRACE again (shouldn't have left it on in commit) --- 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