[0.4.14][DNSAPI] DNSRSLVR_HANDLE_bind(): Demote 1 DPRINT1() (#4733) CORE-18384

Addendum to 0.4.14-dev-174-g b79246c534

Fix picked from 0.4.15-dev-5116-g f0e13157c6
This commit is contained in:
Joachim Henze 2022-09-29 19:11:39 +02:00
parent 1302c1bc66
commit c75b5da08a

View file

@ -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",