Changeset 39374 in vbox for trunk/src/VBox/HostDrivers/VBoxUSB
- Timestamp:
- Nov 18, 2011 5:17:20 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/solaris/USBLib-solaris.cpp
r38736 r39374 90 90 if (RT_FAILURE(rc)) 91 91 { 92 LogRel((USBLIBR3 ": RTFileOpen failed to open VBoxUSB device.rc=%d\n", rc));92 LogRel((USBLIBR3 ":failed to open the VBoxUSB monitor device node '%s' rc=%Rrc\n", VBOXUSB_DEVICE_NAME, rc)); 93 93 return rc; 94 94 }
Note:
See TracChangeset
for help on using the changeset viewer.