VirtualBox

Changeset 12159 in vbox


Ignore:
Timestamp:
Sep 5, 2008 11:03:35 PM (16 years ago)
Author:
vboxsync
Message:

log: don't assert on lock failure, just return. (todo count)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/log/log.cpp

    r12154 r12159  
    141141    {
    142142        int rc = RTSemFastMutexRequest(pLogger->MutexSem);
    143         AssertRCReturn(rc, rc);
     143        if (RT_FAILURE(rc))
     144            return rc;
    144145    }
    145146#endif
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