- Timestamp:
- Nov 13, 2012 3:28:18 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PDMThread.cpp
r41965 r43866 958 958 * Something failed, initialize termination. 959 959 */ 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))); 961 962 pdmR3ThreadBailOut(pThread); 962 963 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.