Silenced debug message.

svn path=/trunk/; revision=2952
This commit is contained in:
Eric Kohl 2002-05-14 23:17:12 +00:00
parent 58cf63221a
commit 3991d36943

View file

@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/ */
/* $Id: atapi.c,v 1.19 2002/04/10 17:01:47 ekohl Exp $ /* $Id: atapi.c,v 1.20 2002/05/14 23:17:12 ekohl Exp $
* *
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS ATAPI miniport driver * PROJECT: ReactOS ATAPI miniport driver
@ -672,7 +672,7 @@ AtapiInterrupt(IN PVOID DeviceExtension)
DevExt = (PATAPI_MINIPORT_EXTENSION)DeviceExtension; DevExt = (PATAPI_MINIPORT_EXTENSION)DeviceExtension;
if (DevExt->ExpectingInterrupt == FALSE) if (DevExt->ExpectingInterrupt == FALSE)
{ {
DPRINT1("AtapiInterrupt(): Unexpected interrupt\n"); DPRINT("AtapiInterrupt(): Unexpected interrupt\n");
return(FALSE); return(FALSE);
} }