[UMPNPMGR] PNP_RegisterNotification(): Fix a string format (#6211)

Type was changed from DWORD to DWORD_PTR (as handle).
Addendum to commit 71df39b02
This commit is contained in:
Serge Gautherie 2023-12-23 21:50:47 +01:00 committed by GitHub
parent ffc99d08e8
commit df81dadd9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4702,7 +4702,7 @@ PNP_RegisterNotification(
PDEV_BROADCAST_HANDLE pBroadcastDeviceHandle;
PNOTIFY_ENTRY pNotifyData = NULL;
DPRINT1("PNP_RegisterNotification(%p %lx '%S' %p %lu 0x%lx %p %lx %p)\n",
DPRINT1("PNP_RegisterNotification(%p %p '%S' %p %lu 0x%lx %p %lx %p)\n",
hBinding, hRecipient, pszName, pNotificationFilter,
ulNotificationFilterSize, ulFlags, pNotifyHandle, ulProcessId, pulUnknown9);