Changeset 60273 in vbox for trunk/src/VBox/HostDrivers/VBoxUSB
- Timestamp:
- Mar 31, 2016 11:02:32 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 106314
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbRt.cpp
r60159 r60273 52 52 if (bRc) 53 53 { 54 Log ((__FUNCTION__":pDevExt (0x%x) Owner(0x%x) acquired\n", pFObj));54 LogFunc(("pDevExt (0x%x) Owner(0x%x) acquired\n", pFObj)); 55 55 } 56 56 else 57 57 { 58 Log ((__FUNCTION__":pDevExt (0x%x) Owner(0x%x) FAILED!!\n", pFObj));58 LogFunc(("pDevExt (0x%x) Owner(0x%x) FAILED!!\n", pFObj)); 59 59 } 60 60 return bRc; … … 66 66 if (bRc) 67 67 { 68 Log ((__FUNCTION__":pDevExt (0x%x) Owner(0x%x) released\n", pFObj));68 LogFunc(("pDevExt (0x%x) Owner(0x%x) released\n", pFObj)); 69 69 } 70 70 else 71 71 { 72 Log ((__FUNCTION__":pDevExt (0x%x) Owner(0x%x) release: is NOT an owner\n", pFObj));72 LogFunc(("pDevExt (0x%x) Owner(0x%x) release: is NOT an owner\n", pFObj)); 73 73 } 74 74 return bRc; … … 1114 1114 pUrbInfo->len = 0; 1115 1115 1116 Log ((__FUNCTION__":URB failed Status (0x%x) urb Status (0x%x)\n", Status, pUrb->UrbHeader.Status));1116 LogFunc(("URB failed Status (0x%x) urb Status (0x%x)\n", Status, pUrb->UrbHeader.Status)); 1117 1117 #ifdef DEBUG 1118 1118 switch(pContext->ulTransferType)
Note:
See TracChangeset
for help on using the changeset viewer.