Details
-
Bug
-
Resolution: Fixed
-
Trivial
-
None
Description
reactos-bootcd-0.4.15-dev-5075-g34635e1-x86-gcc-lin-dbg
Fix (massive) logspam when using network with DNS queries and without any subsequent error, call to unimplemented feature or problem of this kind.
(dll/win32/dnsapi/rpc.c:19) DNSRSLVR_HANDLE_bind((null)) |
dll/win32/dnsapi/rpc.c uses DPRINT1 while DPRINT (or others such as TRACE()) should be prefered (with attention to #define NDEBUG) since the 2 conditions for these messages are just "normal" processing of DNSRSLVR_HANDLE_bind() and DNSRSLVR_HANDLE_unbind() functions, not error that would necessitate such log entries.