VirtualBox

Changeset 59089 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Dec 11, 2015 1:28:34 PM (9 years ago)
Author:
vboxsync
Message:

USBProxyDevice: Logging.

File:
1 edited

Legend:

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

    r58645 r59089  
    869869    rc = pThis->pOps->pfnOpen(pThis, szAddress, pvBackend);
    870870    if (RT_FAILURE(rc))
     871    {
     872        LogRel(("usbProxyConstruct: Failed to open '%s', rc=%Rrc\n", szAddress, rc));
    871873        return rc;
     874    }
    872875    pThis->fOpened = true;
    873876
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