VirtualBox

Changeset 7754 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 4, 2008 10:03:58 PM (17 years ago)
Author:
vboxsync
Message:

More info on this ataDestruct assertion.

File:
1 edited

Legend:

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

    r7636 r7754  
    52855285                rc2 = rc;
    52865286        }
    5287         AssertMsg(VBOX_SUCCESS(rc2), ("Some of the async I/O threads are still running!\n"));
     5287        AssertMsgRC(rc2, ("Some of the async I/O threads are still running! (%RU64 ms)\n",
     5288                          RTTimeMilliTS() - u64Start));
    52885289    }
    52895290    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