Changeset 23841 in vbox for trunk/src/VBox/Main/ConsoleImpl.cpp
- Timestamp:
- Oct 17, 2009 7:07:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r23827 r23841 6762 6762 } 6763 6763 else if (task->mTeleporterEnabled) 6764 { 6764 6765 /* -> ConsoleImplTeleporter.cpp */ 6765 6766 vrc = console->teleporterTrg(pVM, pMachine, task->mStartPaused, task->mProgress); 6767 if (RT_FAILURE(vrc)) 6768 rc = E_FAIL; /* Avoid the "Missing error message..." assertion. */ 6769 } 6766 6770 else if (task->mStartPaused) 6767 6771 /* done */ … … 6821 6825 { 6822 6826 /* If the error message is not set but we've got a failure, 6823 * convert the VBox status code into a meaningful error message.6827 * convert the VBox status code into a meaningful error message. 6824 6828 * This becomes unused once all the sources of errors set the 6825 6829 * appropriate error message themselves.
Note:
See TracChangeset
for help on using the changeset viewer.