VirtualBox

Changeset 15540 in vbox


Ignore:
Timestamp:
Dec 15, 2008 8:01:28 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
41037
Message:

pdmR3ThreadMain: Added LogRel on unexpected thread termination.

File:
1 edited

Legend:

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

    r14299 r15540  
    808808    }
    809809
     810    if (RT_FAILURE(rc))
     811        LogRel(("PDMThread: Thread '%s' (%RTthrd) quit unexpectedly with rc=%Rrc.\n", RTThreadGetName(Thread), Thread, rc));
     812
    810813    /*
    811814     * Advance the state to terminating and then on to terminated.
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette