VirtualBox

Changeset 13333 in vbox for trunk/src


Ignore:
Timestamp:
Oct 16, 2008 11:27:25 AM (16 years ago)
Author:
vboxsync
Message:

Main (Guest Properties): nicer error message

File:
1 edited

Legend:

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

    r13328 r13333  
    37043704    else
    37053705        rc = setError (E_UNEXPECTED,
    3706             tr ("Failed to call the VBoxGuestPropSvc service (%Rrc)"), vrc);
     3706            tr ("The service call failed with the error %Rrc"), vrc);
    37073707    return rc;
    37083708#endif /* else !defined (VBOX_WITH_GUEST_PROPS) */
     
    37773777    else
    37783778        rc = setError (E_UNEXPECTED,
    3779             tr ("Failed to call the VBoxGuestPropSvc service (%Rrc)"), vrc);
     3779            tr ("The service call failed with the error %Rrc"), vrc);
    37803780    return rc;
    37813781#endif /* else !defined (VBOX_WITH_GUEST_PROPS) */
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