[ros-diffs] [tkreuzer] 38959: go back to no debugging channels in freeldr

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Tue Jan 20 00:02:14 CET 2009


Author: tkreuzer
Date: Mon Jan 19 17:02:13 2009
New Revision: 38959

URL: http://svn.reactos.org/svn/reactos?rev=38959&view=rev
Log:
go back to no debugging channels in freeldr

Modified:
    branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/debug.c

Modified: branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/debug.c
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/debug.c?rev=38959&r1=38958&r2=38959&view=diff
==============================================================================
--- branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/debug.c [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/debug.c [iso-8859-1] Mon Jan 19 17:02:13 2009
@@ -26,8 +26,8 @@
 //#define DEBUG_ALL
 //#define DEBUG_INIFILE
 //#define DEBUG_REACTOS
-#define DEBUG_CUSTOM
-//#define DEBUG_NONE
+//#define DEBUG_CUSTOM
+#define DEBUG_NONE
 
 #if defined (DEBUG_ALL)
 ULONG		DebugPrintMask = DPRINT_WARNING | DPRINT_MEMORY | DPRINT_FILESYSTEM |



More information about the Ros-diffs mailing list