Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-18384

Fix logspam "DNSRSLVR_HANDLE_bind(null)" affecting performance when massively using network (with DNS resolution)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Trivial
    • 0.4.14, 0.4.15
    • Networking
    • 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.

       

       

      Attachments

        Activity

          People

            Serge Gautherie Serge Gautherie
            KRosUser KRosUser
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: