- Timestamp:
- Apr 28, 2022 5:56:40 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/UpdateAgentImpl.cpp
r94728 r94729 751 751 { 752 752 va_end(va); 753 return setErrorBoth(V ERR_COM_IPRT_ERROR, vrc2, tr("Failed to format update agent error string (%Rrc)"), vrc2);753 return setErrorBoth(VBOX_E_IPRT_ERROR, vrc2, tr("Failed to format update agent error string (%Rrc)"), vrc2); 754 754 } 755 755 … … 760 760 ::FireUpdateAgentErrorEvent(m_EventSource, strMsg.c_str(), vrc); 761 761 762 return setErrorBoth(V ERR_COM_IPRT_ERROR, vrc, strMsg.c_str());762 return setErrorBoth(VBOX_E_IPRT_ERROR, vrc, strMsg.c_str()); 763 763 } 764 764
Note:
See TracChangeset
for help on using the changeset viewer.