Changeset 84594 in vbox for trunk/src/VBox/Additions/common/VBoxService
- Timestamp:
- May 28, 2020 2:47:27 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 138325
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlSession.cpp
r84549 r84594 1024 1024 if (RT_FAILURE(rc)) 1025 1025 VGSvcError("%s system failed with %Rrc\n", 1026 (fAction & RTSYSTEM_SHUTDOWN_REBOOT) ? "Rebooting" : "Shut ing down", rc);1026 (fAction & RTSYSTEM_SHUTDOWN_REBOOT) ? "Rebooting" : "Shutting down", rc); 1027 1027 } 1028 1028 }
Note:
See TracChangeset
for help on using the changeset viewer.