Changeset 85175 in vbox for trunk/src/VBox/HostDrivers/VBoxUSB/darwin
- Timestamp:
- Jul 10, 2020 12:52:33 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/darwin/VBoxUSB.cpp
r85124 r85175 1157 1157 if (!m_pDevice) 1158 1158 { 1159 printf("VBoxUSBDevice::start([%p], %p {%s}): failed!\n", this,pProvider, pProvider->getName());1159 printf("VBoxUSBDevice::start([%p], %p {%s}): failed!\n", (void *)this, (void *)pProvider, pProvider->getName()); 1160 1160 return false; 1161 1161 } … … 1741 1741 else 1742 1742 { 1743 printf("VBoxUSBInterface::start([%p], %p {%s}): failed!\n", this,pProvider, pProvider->getName());1743 printf("VBoxUSBInterface::start([%p], %p {%s}): failed!\n", (void *)this, (void *)pProvider, pProvider->getName()); 1744 1744 fRc = false; 1745 1745 }
Note:
See TracChangeset
for help on using the changeset viewer.