VirtualBox

Ignore:
Timestamp:
Nov 5, 2009 3:08:48 AM (15 years ago)
Author:
vboxsync
Message:

ConsoleImpl.cpp: Pick up any SSM error message that might be around when teleporterTrg fails.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl.cpp

    r24362 r24366  
    68396839                    /* -> ConsoleImplTeleporter.cpp */
    68406840                    vrc = console->teleporterTrg(pVM, pMachine, task->mStartPaused, task->mProgress);
    6841                     if (RT_FAILURE(vrc))
     6841                    if (RT_FAILURE(vrc) && !task->mErrorMsg.length())
    68426842                        rc = E_FAIL;    /* Avoid the "Missing error message..." assertion. */
    68436843                }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette