Changeset 24366 in vbox for trunk/src/VBox/Main/ConsoleImpl.cpp
- Timestamp:
- Nov 5, 2009 3:08:48 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r24362 r24366 6839 6839 /* -> ConsoleImplTeleporter.cpp */ 6840 6840 vrc = console->teleporterTrg(pVM, pMachine, task->mStartPaused, task->mProgress); 6841 if (RT_FAILURE(vrc) )6841 if (RT_FAILURE(vrc) && !task->mErrorMsg.length()) 6842 6842 rc = E_FAIL; /* Avoid the "Missing error message..." assertion. */ 6843 6843 }
Note:
See TracChangeset
for help on using the changeset viewer.