mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Disabled a debug message.
svn path=/trunk/; revision=3768
This commit is contained in:
parent
3788a144f4
commit
19a1ecf23f
1 changed files with 2 additions and 2 deletions
|
@ -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: 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
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -420,7 +420,7 @@ ScsiClassDeviceControl(PDEVICE_OBJECT DeviceObject,
|
||||||
ULONG IoControlCode;
|
ULONG IoControlCode;
|
||||||
ULONG OutputBufferLength;
|
ULONG OutputBufferLength;
|
||||||
|
|
||||||
DPRINT1("ScsiClassDeviceControl() called\n");
|
DPRINT("ScsiClassDeviceControl() called\n");
|
||||||
|
|
||||||
DeviceExtension = DeviceObject->DeviceExtension;
|
DeviceExtension = DeviceObject->DeviceExtension;
|
||||||
Stack = IoGetCurrentIrpStackLocation(Irp);
|
Stack = IoGetCurrentIrpStackLocation(Irp);
|
||||||
|
|
Loading…
Reference in a new issue