Changeset 29042 in vbox
- Timestamp:
- May 4, 2010 8:15:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlExec.cpp
r29041 r29042 445 445 else if (pThread->fShutdown && (fProcessAlive || MsProcessKilled != UINT64_MAX)) 446 446 { 447 VBoxServiceVerbose(3, "ControlExec: Process got terminated because system/service is going stopping\n");447 VBoxServiceVerbose(3, "ControlExec: Process got terminated because system/service is about to shutdown\n"); 448 448 uStatus = PROC_STS_DWN; /* Service is stopping, process was killed. */ 449 449 }
Note:
See TracChangeset
for help on using the changeset viewer.