mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
Disabled annoying debug message.
svn path=/trunk/; revision=2770
This commit is contained in:
@@ -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: disk.c,v 1.11 2002/03/22 20:35:09 ekohl Exp $
|
||||
/* $Id: disk.c,v 1.12 2002/03/22 23:07:40 ekohl Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
@@ -334,7 +334,7 @@ DiskClassCheckReadWrite(IN PDEVICE_OBJECT DeviceObject,
|
||||
PDEVICE_EXTENSION DeviceExtension;
|
||||
PDISK_DATA DiskData;
|
||||
|
||||
DPRINT1("DiskClassCheckReadWrite() called\n");
|
||||
DPRINT("DiskClassCheckReadWrite() called\n");
|
||||
|
||||
DeviceExtension = DeviceObject->DeviceExtension;
|
||||
DiskData = (PDISK_DATA)(DeviceExtension + 1);
|
||||
|
||||
Reference in New Issue
Block a user