Changeset 13842 in vbox for trunk/src/VBox/Frontends/VBoxBFE
- Timestamp:
- Nov 5, 2008 3:46:01 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBFE/HostUSBImpl.cpp
r13838 r13842 242 242 void *pvRemote = NULL; 243 243 244 LogFlowMember (("Console::AttachUSBDevice: Proxying USB device '%s' %R uuid...\n", Address.c_str(), &Uuid));244 LogFlowMember (("Console::AttachUSBDevice: Proxying USB device '%s' %RTuuid...\n", Address.c_str(), &Uuid)); 245 245 PVMREQ pReq; 246 246 vrc = VMR3ReqCall (mpVM, VMREQDEST_ANY, &pReq, RT_INDEFINITE_WAIT, … … 255 255 else 256 256 { 257 Log (("Console::AttachUSBDevice: Failed to create proxy device for '%s' %R uuid, vrc=%Rrc\n", Address.c_str(),257 Log (("Console::AttachUSBDevice: Failed to create proxy device for '%s' %RTuuid, vrc=%Rrc\n", Address.c_str(), 258 258 &Uuid, vrc)); 259 259 AssertRC (vrc); … … 301 301 302 302 RTUUID Uuid = aDevice->id(); 303 LogFlowMember (("Console::DetachUSBDevice: Detaching USB proxy device %R uuid...\n", &Uuid));303 LogFlowMember (("Console::DetachUSBDevice: Detaching USB proxy device %RTuuid...\n", &Uuid)); 304 304 PVMREQ pReq; 305 305 vrc = VMR3ReqCall (mpVM, VMREQDEST_ANY, &pReq, RT_INDEFINITE_WAIT, (PFNRT)pRhConfig->pfnDestroyProxyDevice,
Note:
See TracChangeset
for help on using the changeset viewer.