VirtualBox

Changeset 98061 in vbox


Ignore:
Timestamp:
Jan 11, 2023 9:51:56 PM (23 months ago)
Author:
vboxsync
Message:

VBoxSDS: restored accidentally deleted logger call. bugref:10334

File:
1 edited

Legend:

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

    r98053 r98061  
    352352        uint32_t const uPrevState = ASMAtomicXchgU32((uint32_t volatile *)&m_Status.dwCurrentState, dwState);
    353353        if (!::SetServiceStatus(m_hServiceStatus, &m_Status))
    354             LogRel(("Error: SetServiceStatus(%u) failed: %u (uPrevState=%u)\n",
     354            LogRel(("Error: SetServiceStatus(,%u) failed: %u (uPrevState=%u)\n",
    355355                    dwState, GetLastError(), uPrevState));
    356356    }
     
    10311031                LogRelFunc(("VBoxSDS: new CComServiceModule::Init failed: %Rhrc\n", hrcExit));
    10321032
     1033            LogRelFunc(("VBoxSDS: deleting pServiceModule\n"));
    10331034            delete pServiceModule;
    10341035            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