VirtualBox

Changeset 90025 in vbox for trunk/src/VBox/Devices/USB


Ignore:
Timestamp:
Jul 5, 2021 1:53:18 PM (3 years ago)
Author:
vboxsync
Message:

Typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/USB/VUSBDevice.cpp

    r89674 r90025  
    831831                if (iIndex >= pDev->pDescCache->pDevice->bNumConfigurations)
    832832                {
    833                     LogFlow(("vusbDevStdReqGetDescriptor: %s: iIndex=%p >= bNumConfigurations=%d !!!\n",
     833                    LogFlow(("vusbDevStdReqGetDescriptor: %s: iIndex=%u >= bNumConfigurations=%d !!!\n",
    834834                             pDev->pUsbIns->pszName, iIndex, pDev->pDescCache->pDevice->bNumConfigurations));
    835835                    return false;
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