mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 17:42:58 +00:00
[UMPNPMGR] rpcserver.c: Fix debug message copypastas (#2426)
Addendum to db02f87d
.
This commit is contained in:
parent
c735dbac35
commit
2712762538
1 changed files with 3 additions and 3 deletions
|
@ -2296,7 +2296,7 @@ PNP_DeleteClassKey(
|
||||||
|
|
||||||
UNREFERENCED_PARAMETER(hBinding);
|
UNREFERENCED_PARAMETER(hBinding);
|
||||||
|
|
||||||
DPRINT("PNP_GetClassName(%p %S 0x%08lx)\n",
|
DPRINT("PNP_DeleteClassKey(%p %S 0x%08lx)\n",
|
||||||
hBinding, pszClassGuid, ulFlags);
|
hBinding, pszClassGuid, ulFlags);
|
||||||
|
|
||||||
if (ulFlags & CM_DELETE_CLASS_SUBKEYS)
|
if (ulFlags & CM_DELETE_CLASS_SUBKEYS)
|
||||||
|
@ -2376,7 +2376,7 @@ PNP_GetInterfaceDeviceList(
|
||||||
ret = NtStatusToCrError(Status);
|
ret = NtStatusToCrError(Status);
|
||||||
}
|
}
|
||||||
|
|
||||||
DPRINT("PNP_GetInterfaceDeviceListSize() done (returns %lx)\n", ret);
|
DPRINT("PNP_GetInterfaceDeviceList() done (returns %lx)\n", ret);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2397,7 +2397,7 @@ PNP_GetInterfaceDeviceListSize(
|
||||||
|
|
||||||
UNREFERENCED_PARAMETER(hBinding);
|
UNREFERENCED_PARAMETER(hBinding);
|
||||||
|
|
||||||
DPRINT("PNP_GetInterfaceDeviceList(%p %p %p %S 0x%08lx)\n",
|
DPRINT("PNP_GetInterfaceDeviceListSize(%p %p %p %S 0x%08lx)\n",
|
||||||
hBinding, pulLen, InterfaceGuid, pszDeviceID, ulFlags);
|
hBinding, pulLen, InterfaceGuid, pszDeviceID, ulFlags);
|
||||||
|
|
||||||
if (!IsValidDeviceInstanceID(pszDeviceID))
|
if (!IsValidDeviceInstanceID(pszDeviceID))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue