mirror of
https://github.com/reactos/reactos.git
synced 2025-06-01 07:28:19 +00:00
[UMPNPMGR] Fix DPRINT in PNP_GetDeviceStatus()
This commit is contained in:
parent
b24f463a33
commit
0f27609813
1 changed files with 1 additions and 1 deletions
|
@ -3196,7 +3196,7 @@ PNP_GetDeviceStatus(
|
||||||
UNREFERENCED_PARAMETER(hBinding);
|
UNREFERENCED_PARAMETER(hBinding);
|
||||||
UNREFERENCED_PARAMETER(ulFlags);
|
UNREFERENCED_PARAMETER(ulFlags);
|
||||||
|
|
||||||
DPRINT("PNP_GetDeviceStatus(%p %S %p %p)\n",
|
DPRINT("PNP_GetDeviceStatus(%p %S %p %p 0x%08lx)\n",
|
||||||
hBinding, pDeviceID, pulStatus, pulProblem, ulFlags);
|
hBinding, pDeviceID, pulStatus, pulProblem, ulFlags);
|
||||||
|
|
||||||
if (!IsValidDeviceInstanceID(pDeviceID))
|
if (!IsValidDeviceInstanceID(pDeviceID))
|
||||||
|
|
Loading…
Reference in a new issue