Changeset 84549 in vbox
- Timestamp:
- May 26, 2020 5:45:56 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlSession.cpp
r84548 r84549 1023 1023 "VBoxService"); 1024 1024 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); 1026 1027 } 1027 1028 }
Note:
See TracChangeset
for help on using the changeset viewer.

