Changeset 98053 in vbox for trunk/src/VBox/Main/src-global/win/VBoxSDS.cpp
- Timestamp:
- Jan 11, 2023 11:15:13 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-global/win/VBoxSDS.cpp
r96407 r98053 352 352 uint32_t const uPrevState = ASMAtomicXchgU32((uint32_t volatile *)&m_Status.dwCurrentState, dwState); 353 353 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)); 356 356 } 357 357 … … 1031 1031 LogRelFunc(("VBoxSDS: new CComServiceModule::Init failed: %Rhrc\n", hrcExit)); 1032 1032 1033 LogRelFunc(("VBoxSDS: deleting pServiceModule (%p)\n", pServiceModule));1034 1033 delete pServiceModule; 1035 1034 pServiceModule = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.