Skip to content

Commit f0e1315

Browse files
[DNSAPI] DNSRSLVR_HANDLE_bind(): Demote 1 DPRINT1() (reactos#4733)
Addendum to b79246c (0.4.14-dev-174). CORE-18384
1 parent 421b89e commit f0e1315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dll/win32/dnsapi/rpc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ DNSRSLVR_HANDLE_bind(DNSRSLVR_HANDLE pszMachineName)
1616
LPWSTR pszStringBinding;
1717
RPC_STATUS Status;
1818

19-
DPRINT1("DNSRSLVR_HANDLE_bind(%S)\n", pszMachineName);
19+
DPRINT("DNSRSLVR_HANDLE_bind(%S)\n", pszMachineName);
2020

2121
Status = RpcStringBindingComposeW(NULL,
2222
L"ncalrpc",

0 commit comments

Comments
 (0)