VirtualBox

Ignore:
Timestamp:
Jun 7, 2016 12:09:43 PM (8 years ago)
Author:
vboxsync
Message:

Main/ConsoleImpl: provide an error message if enabling the VRDP server didn't work

File:
1 edited

Legend:

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

    r61157 r61536  
    52245224                            mConsoleVRDPServer->Stop();
    52255225
    5226                             if (RT_FAILURE(mConsoleVRDPServer->Launch()))
    5227                                 rc = E_FAIL;
     5226                            int vrc = mConsoleVRDPServer->Launch();
     5227                            if (RT_FAILURE(vrc))
     5228                                rc = setError(E_FAIL,
     5229                                              tr("Could not start the VRDP server (%Rrc)"), vrc);
    52285230                            else
    52295231                                mConsoleVRDPServer->EnableConnections();
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