From 5f5ca913b7abfcf95782339fac2dc8c1541b1126 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 24 Feb 2011 16:14:03 +1100 Subject: lib/util: new merged debug system This is the s3 debug system, with a number of changes to tidy it up for common use. The debug class system is simplified by the removal of the ISSET table, the system no longer attempts to cope with assignment of DEBUGLEVEL, and the full class table is always available (rather than just DEBUGLEVEL_CLASS[DBCG_ALL]) from startup. It is also no longer confusingly described as a hack, but as the initial table. Autobuild-User: Andrew Bartlett Autobuild-Date: Tue Mar 1 04:32:12 CET 2011 on sn-devel-104 --- source4/include/includes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/include') diff --git a/source4/include/includes.h b/source4/include/includes.h index a4ef19a042..d0a97020c6 100644 --- a/source4/include/includes.h +++ b/source4/include/includes.h @@ -57,7 +57,7 @@ #endif #include "../lib/util/xfile.h" #include "../lib/util/attr.h" -#include "../lib/util/debug_s4.h" +#include "../lib/util/debug.h" #include "../lib/util/util.h" #include "libcli/util/error.h" -- cgit