https://git.reactos.org/?p=reactos.git;a=commitdiff;h=0f276098134ef5ec1fcf900b62734bd5beab0ae1

commit 0f276098134ef5ec1fcf900b62734bd5beab0ae1
Author:     Eric Kohl <[email protected]>
AuthorDate: Sat Apr 24 17:06:08 2021 +0200
Commit:     Eric Kohl <[email protected]>
CommitDate: Sat Apr 24 17:06:08 2021 +0200

    [UMPNPMGR] Fix DPRINT in PNP_GetDeviceStatus()
---
 base/services/umpnpmgr/rpcserver.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/base/services/umpnpmgr/rpcserver.c 
b/base/services/umpnpmgr/rpcserver.c
index 6319d328c8c..d84e0cab4ff 100644
--- a/base/services/umpnpmgr/rpcserver.c
+++ b/base/services/umpnpmgr/rpcserver.c
@@ -3196,7 +3196,7 @@ PNP_GetDeviceStatus(
     UNREFERENCED_PARAMETER(hBinding);
     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);
 
     if (!IsValidDeviceInstanceID(pDeviceID))

Reply via email to