reactos/ntoskrnl/ke
diff -u -r1.206 -r1.207
--- main.c 20 Nov 2004 23:46:37 -0000 1.206
+++ main.c 26 Nov 2004 17:36:18 -0000 1.207
@@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-/* $Id: main.c,v 1.206 2004/11/20 23:46:37 blight Exp $
+/* $Id: main.c,v 1.207 2004/11/26 17:36:18 fireball Exp $
*
* PROJECT: ReactOS kernel
* FILE: ntoskrnl/ke/main.c
@@ -263,7 +263,7 @@
RtlFreeUnicodeString (&DriveDeviceName);
RtlFreeUnicodeString (&ArcDeviceName);
- DPRINT("DosDeviceMap: 0x%x\n", SharedUserData->DosDeviceMap);
+ /*DPRINT("DosDeviceMap: 0x%x\n", SharedUserData->DosDeviceMap);*/
if (BootDriveFound == FALSE)
{