From 19a1ecf23fbf3ac8e515a08be3022d9bc2629dcc Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Mon, 18 Nov 2002 22:40:32 +0000 Subject: [PATCH] Disabled a debug message. svn path=/trunk/; revision=3768 --- reactos/drivers/storage/class2/class2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/drivers/storage/class2/class2.c b/reactos/drivers/storage/class2/class2.c index 2ee86196719..79c6ff2b18a 100644 --- a/reactos/drivers/storage/class2/class2.c +++ b/reactos/drivers/storage/class2/class2.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: class2.c,v 1.26 2002/10/01 19:27:18 chorns Exp $ +/* $Id: class2.c,v 1.27 2002/11/18 22:40:32 ekohl Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -420,7 +420,7 @@ ScsiClassDeviceControl(PDEVICE_OBJECT DeviceObject, ULONG IoControlCode; ULONG OutputBufferLength; - DPRINT1("ScsiClassDeviceControl() called\n"); + DPRINT("ScsiClassDeviceControl() called\n"); DeviceExtension = DeviceObject->DeviceExtension; Stack = IoGetCurrentIrpStackLocation(Irp);