mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:02:59 +00:00
[ACPI]
- Enable some debugging svn path=/trunk/; revision=53470
This commit is contained in:
parent
39a2467fca
commit
de5c9b6927
1 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ Bus_PnP (
|
||||||
|
|
||||||
|
|
||||||
if (commonData->IsFDO) {
|
if (commonData->IsFDO) {
|
||||||
DPRINT("FDO %s IRP:0x%p\n",
|
DPRINT1("FDO %s IRP:0x%p\n",
|
||||||
PnPMinorFunctionString(irpStack->MinorFunction),
|
PnPMinorFunctionString(irpStack->MinorFunction),
|
||||||
Irp);
|
Irp);
|
||||||
//
|
//
|
||||||
|
@ -59,7 +59,7 @@ Bus_PnP (
|
||||||
irpStack,
|
irpStack,
|
||||||
(PFDO_DEVICE_DATA) commonData);
|
(PFDO_DEVICE_DATA) commonData);
|
||||||
} else {
|
} else {
|
||||||
DPRINT("PDO %s IRP: 0x%p\n",
|
DPRINT1("PDO %s IRP: 0x%p\n",
|
||||||
PnPMinorFunctionString(irpStack->MinorFunction),
|
PnPMinorFunctionString(irpStack->MinorFunction),
|
||||||
Irp);
|
Irp);
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue