[UMPNPMGR] Fix a typo in a DPRINT line

This commit is contained in:
Eric Kohl 2025-07-07 20:07:28 +02:00
parent 9d21d48cda
commit 8fbbb41a19

View file

@ -4803,7 +4803,7 @@ PNP_GetNextLogConf(
LPBYTE lpData = NULL;
CONFIGRET ret = CR_SUCCESS;
DPRINT("PNP_GetNextLogConf(%p %S %lu %ul %p 0x%08lx)\n",
DPRINT("PNP_GetNextLogConf(%p %S %lu %lu %p 0x%08lx)\n",
hBinding, pDeviceID, ulLogConfType, ulCurrentTag, pulNextTag, ulFlags);
if (pulNextTag == NULL)