VirtualBox

Changeset 26323 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Feb 8, 2010 11:13:28 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57404
Message:

Main/Machine+Console: Extend the scope of the power up progress object, and collect error information from the frontend. Much better error signalling when the VM is started via openRemoteSession. Adjusted documentation accordingly, and finally fixed the incomprehensible messages emitted by VBoxManage startvm.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp

    r25377 r26323  
    378378        CHECK_ERROR_RET(a->virtualBox, OpenRemoteSession(a->session, uuid, sessionType,
    379379                                                         env, progress.asOutParam()), rc);
    380         RTPrintf("Waiting for the remote session to open...\n");
    381         CHECK_ERROR_RET(progress, WaitForCompletion (-1), 1);
     380        RTPrintf("Waiting for the VM to power on...\n");
     381        CHECK_ERROR_RET(progress, WaitForCompletion(-1), 1);
    382382
    383383        BOOL completed;
     
    396396        else
    397397        {
    398             RTPrintf("Remote session has been successfully opened.\n");
     398            RTPrintf("VM has been successfully started.\n");
    399399        }
    400400    }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette