summaryrefslogtreecommitdiffstats
path: root/lib/util/debug_s4.h
Commit message (Collapse)AuthorAgeFilesLines
* lib/util: new merged debug systemAndrew Bartlett2011-03-011-150/+0
| | | | | | | | | | | | 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 <abartlet@samba.org> Autobuild-Date: Tue Mar 1 04:32:12 CET 2011 on sn-devel-104
* lib/util move debug.[ch] out of the wayAndrew Bartlett2011-03-011-0/+150
This will allow a modified version of the s3 debug system to be the new common debug system. Andrew Bartlett