VirtualBox

Changeset 35714 in vbox for trunk/src


Ignore:
Timestamp:
Jan 25, 2011 2:29:16 PM (14 years ago)
Author:
vboxsync
Message:

GuestCtrl/AdditionsUpdate: Added another error message for copy start timeouts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestCtrlImpl.cpp

    r35676 r35714  
    614614                                break;
    615615
     616                            case VERR_TIMEOUT:
     617                                LogRel(("Guest was unable to start copying the Guest Additions setup within time\n"));
     618                                rc = TaskGuest::setProgressErrorInfo(E_FAIL, aTask->progress,
     619                                                                     Guest::tr("Guest was unable to start copying the Guest Additions setup within time"));
     620                                break;
     621
    616622                            default:
    617623                                rc = TaskGuest::setProgressErrorInfo(E_FAIL, aTask->progress,
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