Silenced debug message.
authorEric Kohl <eric.kohl@reactos.org>
Tue, 14 May 2002 23:17:12 +0000 (23:17 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Tue, 14 May 2002 23:17:12 +0000 (23:17 +0000)
svn path=/trunk/; revision=2952

reactos/drivers/storage/atapi/atapi.c

index 4233dbd..68ace9b 100644 (file)
@@ -16,7 +16,7 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
  *  along with this program; if not, write to the Free Software
  *  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
  * PROJECT:     ReactOS ATAPI miniport driver
  *
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS ATAPI miniport driver
@@ -672,7 +672,7 @@ AtapiInterrupt(IN PVOID DeviceExtension)
   DevExt = (PATAPI_MINIPORT_EXTENSION)DeviceExtension;
   if (DevExt->ExpectingInterrupt == FALSE)
     {
   DevExt = (PATAPI_MINIPORT_EXTENSION)DeviceExtension;
   if (DevExt->ExpectingInterrupt == FALSE)
     {
-      DPRINT1("AtapiInterrupt(): Unexpected interrupt\n");
+      DPRINT("AtapiInterrupt(): Unexpected interrupt\n");
       return(FALSE);
     }
 
       return(FALSE);
     }