mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Disabled annoying debug message.
svn path=/trunk/; revision=2770
This commit is contained in:
parent
4fd3b07f1d
commit
716ec9c7cf
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue