VirtualBox

Changeset 82407 in vbox


Ignore:
Timestamp:
Dec 5, 2019 11:01:49 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
135244
Message:

VBoxManage: Print USB port path when not empty.

File:
1 edited

Legend:

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

    r81943 r82407  
    505505            if (!bstr.isEmpty())
    506506                RTPrintf("Address:            %ls\n", bstr.raw());
     507            CHECK_ERROR_RET(dev, COMGETTER(PortPath)(bstr.asOutParam()), 1);
     508            if (!bstr.isEmpty())
     509                RTPrintf("Port path:          %ls\n", bstr.raw());
    507510
    508511            /* current state  */
Note: See TracChangeset for help on using the changeset viewer.

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