Index: boot/freeldr/freeldr/debug.c =================================================================== --- boot/freeldr/freeldr/debug.c (revision 52167) +++ boot/freeldr/freeldr/debug.c (working copy) @@ -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 | @@ -38,9 +38,9 @@ #elif defined (DEBUG_REACTOS) ULONG DebugPrintMask = DPRINT_REACTOS | DPRINT_REGISTRY; #elif defined (DEBUG_CUSTOM) -ULONG DebugPrintMask = DPRINT_WARNING | - DPRINT_UI | DPRINT_CACHE | DPRINT_REACTOS | - DPRINT_LINUX; +ULONG DebugPrintMask = DPRINT_MEMORY; //DPRINT_WARNING | + //DPRINT_UI | DPRINT_CACHE | DPRINT_REACTOS | + //DPRINT_LINUX; #else //#elif defined (DEBUG_NONE) ULONG DebugPrintMask = 0; #endif