Changeset 33807 in vbox for trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlExec.cpp
- Timestamp:
- Nov 5, 2010 6:07:21 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlExec.cpp
r33806 r33807 362 362 * and that it's now OK to send input to the process. 363 363 */ 364 VBoxServiceVerbose(3, "ControlExec: Process started: PID=%u, CID=%u, User=%s , PW=%s\n",365 pData->uPID, pThread->uContextID, pData->pszUser , pData->pszPassword);364 VBoxServiceVerbose(3, "ControlExec: Process started: PID=%u, CID=%u, User=%s\n", 365 pData->uPID, pThread->uContextID, pData->pszUser); 366 366 rc = VbglR3GuestCtrlExecReportStatus(pThread->uClientID, pThread->uContextID, 367 367 pData->uPID, PROC_STS_STARTED, 0 /* u32Flags */,
Note:
See TracChangeset
for help on using the changeset viewer.