Changeset 29315 in vbox
- Timestamp:
- May 11, 2010 7:53:29 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlExec.cpp
r29290 r29315 868 868 else /* Something went wrong; report error! */ 869 869 { 870 VBoxServiceError("ControlExec: Could not start process '%s' (CID: %u)! Error: %Rrc\n", 871 pData->pszCmd, pThread->uContextID, rc); 872 870 873 int rc2 = VbglR3GuestCtrlExecReportStatus(pThread->uClientID, pThread->uContextID, pData->uPID, 871 874 PROC_STS_ERROR, rc,
Note:
See TracChangeset
for help on using the changeset viewer.