VirtualBox

Changeset 84549 in vbox


Ignore:
Timestamp:
May 26, 2020 5:45:56 PM (4 years ago)
Author:
vboxsync
Message:

Guest Control: Implemented guest side support for gracefully rebooting / shutting down the guest. Untested [buidl fix]. bugref:9320

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlSession.cpp

    r84548 r84549  
    10231023                                  "VBoxService");
    10241024            if (RT_FAILURE(rc))
    1025                 VGSvcError("%s system failed with %Rrc\n", (fAction & RTSYSTEM_SHUTDOWN_REBOOT) ? "Rebooting" : "Shuting down");
     1025                VGSvcError("%s system failed with %Rrc\n",
     1026                           (fAction & RTSYSTEM_SHUTDOWN_REBOOT) ? "Rebooting" : "Shuting down", rc);
    10261027        }
    10271028    }
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