From d60adaf6d728ebe73b173d316443babac1a9c60b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gardou?= Date: Sat, 30 Oct 2010 13:04:29 +0000 Subject: [PATCH] revert unwanted change svn path=/branches/cmake-bringup/; revision=49352 --- boot/freeldr/freeldr/debug.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boot/freeldr/freeldr/debug.c b/boot/freeldr/freeldr/debug.c index 04f953821e9..4ab90966192 100644 --- a/boot/freeldr/freeldr/debug.c +++ b/boot/freeldr/freeldr/debug.c @@ -25,9 +25,9 @@ //#define DEBUG_ALL //#define DEBUG_INIFILE -#define DEBUG_REACTOS +//#define DEBUG_REACTOS //#define DEBUG_CUSTOM -//#define DEBUG_NONE +#define DEBUG_NONE #if defined (DEBUG_ALL) ULONG DebugPrintMask = DPRINT_WARNING | DPRINT_MEMORY | DPRINT_FILESYSTEM |