mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 23:13:04 +00:00
[SETUPAPI] cfgmgr.c: Minor debug strings fix
This commit is contained in:
parent
bd06299059
commit
ab0119c61f
1 changed files with 2 additions and 2 deletions
|
@ -6235,7 +6235,7 @@ CM_Open_Class_KeyW(
|
||||||
_Out_ PHKEY phkClass,
|
_Out_ PHKEY phkClass,
|
||||||
_In_ ULONG ulFlags)
|
_In_ ULONG ulFlags)
|
||||||
{
|
{
|
||||||
TRACE("CM_Open_Class_KeyW%p %s %lx %lx %p %lx)\n",
|
TRACE("CM_Open_Class_KeyW(%p %s %lx %lx %p %lx)\n",
|
||||||
debugstr_guid(pClassGuid), debugstr_w(pszClassName),
|
debugstr_guid(pClassGuid), debugstr_w(pszClassName),
|
||||||
samDesired, Disposition, phkClass, ulFlags);
|
samDesired, Disposition, phkClass, ulFlags);
|
||||||
|
|
||||||
|
@ -6566,7 +6566,7 @@ CM_Query_And_Remove_SubTreeA(
|
||||||
_In_ ULONG ulNameLength,
|
_In_ ULONG ulNameLength,
|
||||||
_In_ ULONG ulFlags)
|
_In_ ULONG ulFlags)
|
||||||
{
|
{
|
||||||
TRACE("CM_Query_And_Remove_SubTreeA(%lx %p %s %lu %lx)\n",
|
TRACE("CM_Query_And_Remove_SubTreeA(%lx %p %p %lu %lx)\n",
|
||||||
dnAncestor, pVetoType, pszVetoName, ulNameLength, ulFlags);
|
dnAncestor, pVetoType, pszVetoName, ulNameLength, ulFlags);
|
||||||
|
|
||||||
return CM_Query_And_Remove_SubTree_ExA(dnAncestor, pVetoType, pszVetoName,
|
return CM_Query_And_Remove_SubTree_ExA(dnAncestor, pVetoType, pszVetoName,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue