From f0e13157c6e4cf72a095da63195f4097644a4e48 Mon Sep 17 00:00:00 2001 From: Serge Gautherie <32623169+SergeGautherie@users.noreply.github.com> Date: Wed, 28 Sep 2022 21:38:35 +0200 Subject: [PATCH] [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",