VirtualBox

Ignore:
Timestamp:
Apr 19, 2010 2:08:06 PM (15 years ago)
Author:
vboxsync
Message:

Guest Control: Update (cosmetics).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp

    r28463 r28464  
    288288                {
    289289                    if (uTimeoutMS)
    290                         RTStrmPrintf(g_pStdErr, "Process '%s' (PID: %u) did not end within %ums! Wait aborted.\n",
    291                                      Utf8Cmd.raw(), uPID, uTimeoutMS);
     290                        RTPrintf("Process '%s' (PID: %u) did not end within %ums! Wait aborted.\n",
     291                                 Utf8Cmd.raw(), uPID, uTimeoutMS);
    292292                    break;
    293293                }
     
    305305                        rc = progress->COMGETTER(ErrorInfo)(execError.asOutParam());
    306306                        com::ErrorInfo info (execError);
     307                        RTPrintf("Process error details:\n");
    307308                        GluePrintErrorInfo(info);
     309                        RTPrintf("\n");
    308310                    }
    309311                    else
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette