Changeset 57975 in vbox
- Timestamp:
- Sep 30, 2015 6:28:20 PM (9 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
r57974 r57975 3072 3072 RTDECL(void) RTLogPrintfV(const char *pszFormat, va_list va) 3073 3073 { 3074 RTLogLoggerV(NULL, pszFormat, args);3074 RTLogLoggerV(NULL, pszFormat, va); 3075 3075 } 3076 3076 RT_EXPORT_SYMBOL(RTLogPrintfV);
Note:
See TracChangeset
for help on using the changeset viewer.

