Changeset 16190 in vbox
- Timestamp:
- Jan 22, 2009 8:22:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HostImpl.cpp
r15869 r16190 2348 2348 * USB proxy service could not start. */ 2349 2349 2350 Bstr message; 2351 if ( SUCCEEDED(mUSBProxyService->getLastErrorMessage(message.asOutParam())) 2352 && !message.isNull()) 2353 return setWarning (E_FAIL, Utf8Str(message).raw()); 2350 2354 if (mUSBProxyService->getLastError() == VERR_FILE_NOT_FOUND) 2351 2355 return setWarning (E_FAIL,
Note:
See TracChangeset
for help on using the changeset viewer.