Changeset 90025 in vbox for trunk/src/VBox/Devices/USB
- Timestamp:
- Jul 5, 2021 1:53:18 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/VUSBDevice.cpp
r89674 r90025 831 831 if (iIndex >= pDev->pDescCache->pDevice->bNumConfigurations) 832 832 { 833 LogFlow(("vusbDevStdReqGetDescriptor: %s: iIndex=% p>= bNumConfigurations=%d !!!\n",833 LogFlow(("vusbDevStdReqGetDescriptor: %s: iIndex=%u >= bNumConfigurations=%d !!!\n", 834 834 pDev->pUsbIns->pszName, iIndex, pDev->pDescCache->pDevice->bNumConfigurations)); 835 835 return false;
Note:
See TracChangeset
for help on using the changeset viewer.