Changeset 28818 in vbox
- Timestamp:
- Apr 27, 2010 1:14:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r28815 r28818 282 282 Bstr(Utf8UserName), Bstr(Utf8Password), u32TimeoutMS, 283 283 &uPID, progress.asOutParam())); 284 if (verbose) RTPrintf("Process '%s' (PID: %u) started .\n", Utf8Cmd.raw(), uPID);284 if (verbose) RTPrintf("Process '%s' (PID: %u) started\n", Utf8Cmd.raw(), uPID); 285 285 if (waitForExit) 286 286 {
Note:
See TracChangeset
for help on using the changeset viewer.