VirtualBox

Ignore:
Timestamp:
Jul 30, 2009 3:05:50 PM (15 years ago)
Author:
vboxsync
Message:

Main/DVDDriveImpl: Hint for missing drive in debug version.

File:
1 edited

Legend:

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

    r21878 r21896  
    480480            rc = CaptureHostDrive (hostDrive);
    481481            CheckComRCReturnRC(rc);
     482        }
     483        else if (rc == VBOX_E_OBJECT_NOT_FOUND)
     484        {
     485            /* dvd drive mapping was not found anymore - can
     486               happen when disabling/hiding the drive created by
     487               a daemon tools-like program */
     488            ComAssertMsgFailedRet(("DVD drive %s does not exist!\n", src), E_FAIL);
    482489        }
    483490        else
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