Add DPRINT_HWDETECT to DEBUG_ALL

svn path=/trunk/; revision=13479
This commit is contained in:
Gé van Geldorp 2005-02-09 20:53:18 +00:00
parent a309fd9ca9
commit 2da2045b7f

View file

@ -34,8 +34,8 @@
#if defined (DEBUG_ALL)
ULONG DebugPrintMask = DPRINT_WARNING | DPRINT_MEMORY | DPRINT_FILESYSTEM |
DPRINT_UI | DPRINT_DISK | DPRINT_CACHE | DPRINT_REACTOS |
DPRINT_LINUX;
DPRINT_UI | DPRINT_DISK | DPRINT_CACHE | DPRINT_REACTOS |
DPRINT_LINUX | DPRINT_HWDETECT;
#elif defined (DEBUG_INIFILE)
ULONG DebugPrintMask = DPRINT_INIFILE;
#elif defined (DEBUG_REACTOS)