Changeset 94611 in vbox
- Timestamp:
- Apr 14, 2022 9:56:18 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Runtime/common/log/log.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/log/log.cpp
r93501 r94611 3050 3050 RTDECL(int) RTLogFlush(PRTLOGGER pLogger) 3051 3051 { 3052 if (!pLogger) 3053 { 3054 pLogger = rtLogGetDefaultInstanceCommon(); /* Get it if it exists, do _not_ create one if it doesn't. */ 3055 if (!pLogger) 3056 return VINF_LOG_NO_LOGGER; 3057 } 3052 3058 PRTLOGGERINTERNAL pLoggerInt = (PRTLOGGERINTERNAL)pLogger; 3053 RTLOG_RESOLVE_DEFAULT_RET(pLoggerInt, VINF_LOG_NO_LOGGER);3054 3059 Assert(pLoggerInt->Core.u32Magic == RTLOGGER_MAGIC); 3055 3060 AssertPtr(pLoggerInt->pBufDesc);
Note:
See TracChangeset
for help on using the changeset viewer.

