From 8fbbb41a19e615b58a17ea8d36461800cc769828 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Mon, 7 Jul 2025 20:07:28 +0200 Subject: [PATCH] [UMPNPMGR] Fix a typo in a DPRINT line --- 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 eb5e3e1d56e..422ab98864d 100644 --- a/base/services/umpnpmgr/rpcserver.c +++ b/base/services/umpnpmgr/rpcserver.c @@ -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)