Changeset 91503 in vbox for trunk/src/VBox/Main/src-server/MachineImplCloneVM.cpp
- Timestamp:
- Oct 1, 2021 8:57:59 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 147192
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImplCloneVM.cpp
r91326 r91503 873 873 * IMachine corresponding to a mutable machine as d->pSrcMachine */ 874 874 if (d->pSrcMachine->i_isSessionMachine()) 875 throw p->setError(E_INVALIDARG, "The source machine is mutable");875 throw p->setError(E_INVALIDARG, tr("The source machine is mutable")); 876 876 877 877 /* Handle the special case that someone is requesting a _full_ clone … … 1048 1048 1049 1049 if (RT_FAILURE(vrc)) 1050 p->setErrorBoth(VBOX_E_IPRT_ERROR, vrc, "Could not create machine clone thread (%Rrc)", vrc);1050 p->setErrorBoth(VBOX_E_IPRT_ERROR, vrc, tr("Could not create machine clone thread (%Rrc)"), vrc); 1051 1051 } 1052 1052 catch (HRESULT rc2)
Note:
See TracChangeset
for help on using the changeset viewer.