Changeset 28464 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Apr 19, 2010 2:08:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r28463 r28464 288 288 { 289 289 if (uTimeoutMS) 290 RT StrmPrintf(g_pStdErr,"Process '%s' (PID: %u) did not end within %ums! Wait aborted.\n",291 290 RTPrintf("Process '%s' (PID: %u) did not end within %ums! Wait aborted.\n", 291 Utf8Cmd.raw(), uPID, uTimeoutMS); 292 292 break; 293 293 } … … 305 305 rc = progress->COMGETTER(ErrorInfo)(execError.asOutParam()); 306 306 com::ErrorInfo info (execError); 307 RTPrintf("Process error details:\n"); 307 308 GluePrintErrorInfo(info); 309 RTPrintf("\n"); 308 310 } 309 311 else
Note:
See TracChangeset
for help on using the changeset viewer.