VirtualBox

Changeset 3014 in vbox for trunk/src


Ignore:
Timestamp:
Jun 4, 2007 10:03:37 AM (18 years ago)
Author:
vboxsync
Message:

Keep comments simple please.

File:
1 edited

Legend:

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

    r3013 r3014  
    669669        HRESULT rc = mMachine->onUSBDeviceAttach (d, error);
    670670        /// @todo we will probably want to re-run all filters on failure
    671         //  instead of asserting
    672         /*AssertComRC (rc); - actually we shall not assert on fully legal error coditions because it
    673                               crashes VBoxSVC and upsets everything. Asserts are for preconditions
    674                               violations not for runtime errors like incorrect usbfs permission. */
     671        /* The VM process has a legal reason to fail (for example, incorrect
     672         * usbfs permissions or out of virtual USB ports), so don't assert */
    675673
    676674        LogFlowThisFunc (("Done machine->onUSBDeviceAttach()=%08X\n", rc));
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