VirtualBox

Changeset 68514 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Aug 23, 2017 10:50:28 AM (7 years ago)
Author:
vboxsync
Message:

VBoxManage/VBoxManageInfo.cpp: Added audio in/out enabled status for "showvminfo" (typo).

File:
1 edited

Legend:

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

    r68513 r68514  
    16831683
    16841684            RTPrintf("Audio playback:  %s\n", fEnabledIn  ? "enabled" : "disabled");
    1685             RTPrintf("Audio capturing: %s\n", fEnabledOut ? "enabled" : "disabled");
     1685            RTPrintf("Audio capture: %s\n", fEnabledOut ? "enabled" : "disabled");
    16861686        }
    16871687    }
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