From f99f43d367d6a1a14b7650edb6facc230bd19b76 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Fri, 27 Jun 2003 00:16:33 +0000 Subject: [PATCH] Disabled potentially misleading error message. svn path=/trunk/; revision=4975 --- reactos/ntoskrnl/io/xhaldrv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/ntoskrnl/io/xhaldrv.c b/reactos/ntoskrnl/io/xhaldrv.c index 3d6cd1da32a..41a4ca37292 100644 --- a/reactos/ntoskrnl/io/xhaldrv.c +++ b/reactos/ntoskrnl/io/xhaldrv.c @@ -1,4 +1,4 @@ -/* $Id: xhaldrv.c,v 1.32 2003/05/11 18:31:09 chorns Exp $ +/* $Id: xhaldrv.c,v 1.33 2003/06/27 00:16:33 ekohl Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -314,7 +314,7 @@ xHalExamineMBR(IN PDEVICE_OBJECT DeviceObject, (PVOID *)&Sector); if (!NT_SUCCESS(Status)) { - DPRINT1("xHalpReadSector() failed (Status %lx)\n", Status); + DPRINT("xHalpReadSector() failed (Status %lx)\n", Status); return; }