From: Ted Lemon Date: Thu, 11 Mar 1999 01:36:23 +0000 (+0000) Subject: Disable all debugging by default X-Git-Tag: V3-ALPHA-19990315~37 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=98200ed9f02d42a59615dc03fa8f9fe73b41f580;p=thirdparty%2Fdhcp.git Disable all debugging by default --- diff --git a/includes/site.h b/includes/site.h index fdc88b514..80f6a837c 100644 --- a/includes/site.h +++ b/includes/site.h @@ -32,7 +32,7 @@ /* Define this if you want to see dumps of find_lease() in action. */ -#define DEBUG_FIND_LEASE +/* #define DEBUG_FIND_LEASE */ /* Define this if you want to see dumps of parsed expressions. */