Changeset 12159 in vbox
- Timestamp:
- Sep 5, 2008 11:03:35 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/log/log.cpp
r12154 r12159 141 141 { 142 142 int rc = RTSemFastMutexRequest(pLogger->MutexSem); 143 AssertRCReturn(rc, rc); 143 if (RT_FAILURE(rc)) 144 return rc; 144 145 } 145 146 #endif
Note:
See TracChangeset
for help on using the changeset viewer.