mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +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) {
|
||||
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);
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue