Changeset 56739 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jul 1, 2015 9:28:28 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r56691 r56739 1664 1664 { 1665 1665 if (pCtx->cVerbose > 1) 1666 RTPrintf("Process timed out (guest side) and \n",1666 RTPrintf("Process timed out (guest side) and %s\n", 1667 1667 procStatus == ProcessStatus_TimedOutAbnormally 1668 ? " failed to terminate so far" : "was terminated");1668 ? "failed to terminate so far" : "was terminated"); 1669 1669 rcExit = EXITCODEEXEC_TIMEOUT; 1670 1670 }
Note:
See TracChangeset
for help on using the changeset viewer.