VirtualBox

Ignore:
Timestamp:
May 11, 2023 4:55:54 PM (19 months ago)
Author:
vboxsync
Message:

Guest Control/VBoxManage: Resolve wait result to a text when running in verbose mode.

File:
1 edited

Legend:

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

    r99276 r99754  
    14091409                                                         &waitResult));
    14101410                if (pCtx->cVerbose)
    1411                     RTPrintf(GuestCtrl::tr("waitResult: %d\n"), waitResult);
     1411                    RTPrintf(GuestCtrl::tr("Wait result is '%s' (%d)\n"), gctlProcessWaitResultToText(waitResult), waitResult);
    14121412                switch (waitResult)
    14131413                {
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