VirtualBox

Ignore:
Timestamp:
Jan 11, 2023 11:15:13 AM (2 years ago)
Author:
vboxsync
Message:

VBoxSDS: Reduced unnecessary logging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-global/win/VBoxSDS.cpp

    r96407 r98053  
    352352        uint32_t const uPrevState = ASMAtomicXchgU32((uint32_t volatile *)&m_Status.dwCurrentState, dwState);
    353353        if (!::SetServiceStatus(m_hServiceStatus, &m_Status))
    354             LogRel(("Error: SetServiceStatus(%p, %u) failed: %u (uPrevState=%u)\n",
    355                     m_hServiceStatus, dwState, GetLastError(), uPrevState));
     354            LogRel(("Error: SetServiceStatus(%u) failed: %u (uPrevState=%u)\n",
     355                    dwState, GetLastError(), uPrevState));
    356356    }
    357357
     
    10311031                LogRelFunc(("VBoxSDS: new CComServiceModule::Init failed: %Rhrc\n", hrcExit));
    10321032
    1033             LogRelFunc(("VBoxSDS: deleting pServiceModule (%p)\n", pServiceModule));
    10341033            delete pServiceModule;
    10351034            pServiceModule = NULL;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette