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/…
==============================================================================
--- 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 |