VirtualBox

Ignore:
Timestamp:
Jul 19, 2010 9:17:38 AM (14 years ago)
Author:
vboxsync
Message:

Logging.

File:
1 edited

Legend:

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

    r30796 r30903  
    11731173                                  tr("The guest execution service is not ready"));
    11741174                }
     1175                else if (vrc == VERR_HGCM_SERVICE_NOT_FOUND)
     1176                {
     1177                    rc = setError(VBOX_E_VM_ERROR,
     1178                                  tr("The guest execution service is not available"));
     1179                }
    11751180                else /* HGCM call went wrong. */
    11761181                {
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