Implement sub-allocation of small requests
[reactos.git] / reactos / boot / freeldr / freeldr / freeldr.c
index 0a2259a..54e8638 100644 (file)
@@ -16,7 +16,7 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
-       
+
 #include <freeldr.h>
 #include <rtl.h>
 #include <arch.h>
@@ -35,7 +35,7 @@ VOID BootMain(char *CmdLine)
 
        DebugInit();
 
-       DbgPrint((DPRINT_WARNING, "BootMain() called. BootDrive = 0x%x BootPartition = %d\n", BootDrive, BootPartition));
+       DbgPrint((DPRINT_WARNING, "BootMain() called.\n"));
 
        if (!MmInitializeMemoryManager())
        {