VirtualBox

Changeset 47492 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 31, 2013 1:32:13 PM (11 years ago)
Author:
vboxsync
Message:

FE/VBoxManage/GuestCtrl: Also close guest session on overall failure.

File:
1 edited

Legend:

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

    r47491 r47492  
    905905                    if (fVerbose)
    906906                    {
    907                         RTPrintf("Process '%s' (PID: %ul) %s\n",
     907                        RTPrintf("Process '%s' (PID: %ld) %s\n",
    908908                                 strCmd.c_str(), uPID,
    909909                                 fWaitForExit ? "started" : "started (detached)");
     
    10221022     * access and/or kill detached guest process lateron.
    10231023     */
    1024     if (fWaitForExit)
     1024    if (   fWaitForExit
     1025        || rcExit != EXITCODEEXEC_SUCCESS)
    10251026    {
    10261027        if (fVerbose)
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