[ros-diffs] [gvg] 13479: Add DPRINT_HWDETECT to DEBUG_ALL

gvg at svn.reactos.com gvg at svn.reactos.com
Wed Feb 9 21:53:20 CET 2005


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)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050209/24be6a48/attachment.html


More information about the Ros-diffs mailing list