VirtualBox

Changeset 43866 in vbox for trunk


Ignore:
Timestamp:
Nov 13, 2012 3:28:18 PM (12 years ago)
Author:
vboxsync
Message:

better assertion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PDMThread.cpp

    r41965 r43866  
    958958     * Something failed, initialize termination.
    959959     */
    960     AssertMsgFailed(("PDMR3ThreadSuspend -> rc=%Rrc enmState=%d\n", rc, pThread->enmState));
     960    AssertMsgFailed(("PDMR3ThreadSuspend -> rc=%Rrc enmState=%d suspending '%s'\n",
     961                     rc, pThread->enmState, RTThreadGetName(pThread->Thread)));
    961962    pdmR3ThreadBailOut(pThread);
    962963    return 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