From c9678870939a550d0c16e91e22573da6397b9fb8 Mon Sep 17 00:00:00 2001 From: Rex Jolliff Date: Thu, 28 Jun 2001 02:56:27 +0000 Subject: [PATCH] oops, left in some debugging statements svn path=/trunk/; revision=2015 --- reactos/ntoskrnl/io/xhaldrv.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reactos/ntoskrnl/io/xhaldrv.c b/reactos/ntoskrnl/io/xhaldrv.c index 58c01efd090..a282b06a9d6 100644 --- a/reactos/ntoskrnl/io/xhaldrv.c +++ b/reactos/ntoskrnl/io/xhaldrv.c @@ -1,4 +1,4 @@ -/* $Id: xhaldrv.c,v 1.11 2001/06/28 02:42:27 rex Exp $ +/* $Id: xhaldrv.c,v 1.12 2001/06/28 02:56:27 rex Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -617,7 +617,7 @@ xHalIoReadPartitionTable(PDEVICE_OBJECT DeviceObject, NotificationEvent, FALSE); - DPRINT1("PartitionOffset: %I64u\n", PartitionOffset.QuadPart / SectorSize); + DPRINT("PartitionOffset: %I64u\n", PartitionOffset.QuadPart / SectorSize); Irp = IoBuildSynchronousFsdRequest(IRP_MJ_READ, DeviceObject, @@ -659,7 +659,7 @@ xHalIoReadPartitionTable(PDEVICE_OBJECT DeviceObject, return STATUS_SUCCESS; } -#if 1 /* ndef NDEBUG */ +#ifndef NDEBUG for (i = 0; i < PARTITION_TBL_SIZE; i++) { DPRINT1(" %d: flags:%2x type:%x start:%d:%d:%d end:%d:%d:%d stblk:%d count:%d\n",