VirtualBox

Changeset 28307 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 14, 2010 3:00:50 PM (15 years ago)
Author:
vboxsync
Message:

Guest Control: Update (another error handling).

File:
1 edited

Legend:

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

    r28306 r28307  
    739739                                      tr("The file \"%s\" was not found on guest"), Utf8Command.raw());
    740740                    }
     741                    else if (vrc == VERR_BAD_EXE_FORMAT)
     742                    {
     743                        rc = setError(VBOX_E_IPRT_ERROR,
     744                                      tr("The file \"%s\" is not an executable format on guest"), Utf8Command.raw());
     745                    }
    741746                    else if (vrc == VERR_TIMEOUT)
    742747                    {
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