Changeset 47492 in vbox for trunk/src/VBox
- Timestamp:
- Jul 31, 2013 1:32:13 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r47491 r47492 905 905 if (fVerbose) 906 906 { 907 RTPrintf("Process '%s' (PID: % ul) %s\n",907 RTPrintf("Process '%s' (PID: %ld) %s\n", 908 908 strCmd.c_str(), uPID, 909 909 fWaitForExit ? "started" : "started (detached)"); … … 1022 1022 * access and/or kill detached guest process lateron. 1023 1023 */ 1024 if (fWaitForExit) 1024 if ( fWaitForExit 1025 || rcExit != EXITCODEEXEC_SUCCESS) 1025 1026 { 1026 1027 if (fVerbose)
Note:
See TracChangeset
for help on using the changeset viewer.