VirtualBox

Changeset 16190 in vbox


Ignore:
Timestamp:
Jan 22, 2009 8:22:53 PM (16 years ago)
Author:
vboxsync
Message:

Main: improve USB proxy service error reporting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/HostImpl.cpp

    r15869 r16190  
    23482348         * USB proxy service could not start. */
    23492349
     2350        Bstr message;
     2351        if (   SUCCEEDED(mUSBProxyService->getLastErrorMessage(message.asOutParam()))
     2352            && !message.isNull())
     2353            return setWarning (E_FAIL, Utf8Str(message).raw());
    23502354        if (mUSBProxyService->getLastError() == VERR_FILE_NOT_FOUND)
    23512355            return setWarning (E_FAIL,
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