Add DPRINT_HWDETECT to DEBUG_ALL
Modified: trunk/reactos/boot/freeldr/freeldr/debug.c

Modified: trunk/reactos/boot/freeldr/freeldr/debug.c
--- trunk/reactos/boot/freeldr/freeldr/debug.c	2005-02-09 20:11:48 UTC (rev 13478)
+++ trunk/reactos/boot/freeldr/freeldr/debug.c	2005-02-09 20:53:18 UTC (rev 13479)
@@ -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)