From 9c1a8943d134c83bba16f95c83ee6b8943ebdcf0 Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Mon, 16 Apr 2001 22:17:58 +0000 Subject: [PATCH] Add DEBUG_LEASE_STATE_TRANSITIONS --- includes/site.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/includes/site.h b/includes/site.h index 53a91676..d103ef09 100644 --- a/includes/site.h +++ b/includes/site.h @@ -52,6 +52,10 @@ /* #define DEBUG_MALLOC_POOL */ +/* Define this if you want to see a message every time a lease's state + changes. */ +/* #define DEBUG_LEASE_STATE_TRANSITIONS */ + /* Define this if you want to maintain a history of the last N operations that changed reference counts on objects. This can be used to debug cases where an object is dereferenced too often, or not often enough. */