https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f0e13157c6e4cf72a095d…
commit f0e13157c6e4cf72a095da63195f4097644a4e48
Author: Serge Gautherie <32623169+SergeGautherie(a)users.noreply.github.com>
AuthorDate: Wed Sep 28 21:38:35 2022 +0200
Commit: GitHub <noreply(a)github.com>
CommitDate: Wed Sep 28 22:38:35 2022 +0300
[DNSAPI] DNSRSLVR_HANDLE_bind(): Demote 1 DPRINT1() (#4733)
Addendum to b79246c534d (0.4.14-dev-174).
CORE-18384
---
dll/win32/dnsapi/rpc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dll/win32/dnsapi/rpc.c b/dll/win32/dnsapi/rpc.c
index 528f87e6b7e..cf4c8d50fe6 100644
--- a/dll/win32/dnsapi/rpc.c
+++ b/dll/win32/dnsapi/rpc.c
@@ -16,7 +16,7 @@ DNSRSLVR_HANDLE_bind(DNSRSLVR_HANDLE pszMachineName)
LPWSTR pszStringBinding;
RPC_STATUS Status;
- DPRINT1("DNSRSLVR_HANDLE_bind(%S)\n", pszMachineName);
+ DPRINT("DNSRSLVR_HANDLE_bind(%S)\n", pszMachineName);
Status = RpcStringBindingComposeW(NULL,
L"ncalrpc",