From a59ab56e6b181d5caeae637fc6b454d8a71291fb Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Sat, 20 Sep 2008 15:34:59 +0000 Subject: [PATCH] - fix a typo - silence debug output svn path=/branches/ros-amd64-bringup/; revision=36355 --- reactos/boot/freeldr/freeldr/arch/amd64/loader.c | 2 +- reactos/boot/freeldr/freeldr/debug.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/reactos/boot/freeldr/freeldr/arch/amd64/loader.c b/reactos/boot/freeldr/freeldr/arch/amd64/loader.c index 41ad96708be..81e277a2ab0 100644 --- a/reactos/boot/freeldr/freeldr/arch/amd64/loader.c +++ b/reactos/boot/freeldr/freeldr/arch/amd64/loader.c @@ -253,7 +253,7 @@ FrLdrSetupPageDirectory(VOID) /* Map APIC page */ if (!FrLdrMapSinglePage(APIC_BASE, APIC_PHYS_BASE)) { - DbgPrint("Could not map APIC page.\n", KernelPages); + DbgPrint("Could not map APIC page.\n"); } } diff --git a/reactos/boot/freeldr/freeldr/debug.c b/reactos/boot/freeldr/freeldr/debug.c index 3f84b507000..d05dd935bd5 100644 --- a/reactos/boot/freeldr/freeldr/debug.c +++ b/reactos/boot/freeldr/freeldr/debug.c @@ -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 |