Changeset 59089 in vbox for trunk/src/VBox
- Timestamp:
- Dec 11, 2015 1:28:34 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/USBProxyDevice.cpp
r58645 r59089 869 869 rc = pThis->pOps->pfnOpen(pThis, szAddress, pvBackend); 870 870 if (RT_FAILURE(rc)) 871 { 872 LogRel(("usbProxyConstruct: Failed to open '%s', rc=%Rrc\n", szAddress, rc)); 871 873 return rc; 874 } 872 875 pThis->fOpened = true; 873 876
Note:
See TracChangeset
for help on using the changeset viewer.