VirtualBox

Changeset 29049 in vbox


Ignore:
Timestamp:
May 4, 2010 11:17:46 PM (15 years ago)
Author:
vboxsync
Message:

SCSI: Another assertion fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DrvSCSI.cpp

    r28800 r29049  
    200200        pThis->pLed->Actual.s.fWriting = 0;
    201201    else
    202         AssertMsgFailed(("Invalid transfer direction %u\n", enmTxDir));
     202        AssertMsg(enmTxDir == VSCSIIOREQTXDIR_FLUSH, ("Invalid transfer direction %u\n", enmTxDir));
    203203
    204204    ASMAtomicDecU32(&pThis->StatIoDepth);
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