- fix a typo

- silence debug output

svn path=/branches/ros-amd64-bringup/; revision=36355
This commit is contained in:
Timo Kreuzer
2008-09-20 15:34:59 +00:00
parent 96b5b93d6b
commit a59ab56e6b
2 changed files with 3 additions and 3 deletions
@@ -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");
}
}
+2 -2
View File
@@ -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 |