mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Disabled potentially misleading error message.
svn path=/trunk/; revision=4975
This commit is contained in:
parent
8aca12db20
commit
f99f43d367
1 changed files with 2 additions and 2 deletions
|
@ -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
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -314,7 +314,7 @@ xHalExamineMBR(IN PDEVICE_OBJECT DeviceObject,
|
||||||
(PVOID *)&Sector);
|
(PVOID *)&Sector);
|
||||||
if (!NT_SUCCESS(Status))
|
if (!NT_SUCCESS(Status))
|
||||||
{
|
{
|
||||||
DPRINT1("xHalpReadSector() failed (Status %lx)\n", Status);
|
DPRINT("xHalpReadSector() failed (Status %lx)\n", Status);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue