- Enable some debugging

svn path=/trunk/; revision=53470
This commit is contained in:
Cameron Gutman 2011-08-27 17:14:25 +00:00
parent 39a2467fca
commit de5c9b6927

View file

@ -47,7 +47,7 @@ Bus_PnP (
if (commonData->IsFDO) {
DPRINT("FDO %s IRP:0x%p\n",
DPRINT1("FDO %s IRP:0x%p\n",
PnPMinorFunctionString(irpStack->MinorFunction),
Irp);
//
@ -59,7 +59,7 @@ Bus_PnP (
irpStack,
(PFDO_DEVICE_DATA) commonData);
} else {
DPRINT("PDO %s IRP: 0x%p\n",
DPRINT1("PDO %s IRP: 0x%p\n",
PnPMinorFunctionString(irpStack->MinorFunction),
Irp);
//