Changeset 70154 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Dec 15, 2017 3:30:30 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp
r70095 r70154 1185 1185 || RTStrICmpAscii(pszName, "LoggingEnabled") == 0 /*legacy*/ ) 1186 1186 pDevExt->fLoggingEnabled = VBDrvCommonIsOptionValueTrue(pszValue); 1187 else if ( RTStrNICmp (pszName, RT_STR_TUPLE("log")) == 01187 else if ( RTStrNICmpAscii(pszName, RT_STR_TUPLE("log")) == 0 1188 1188 || RTStrNICmpAscii(pszName, RT_STR_TUPLE("dbg_log")) == 0) 1189 1189 {
Note:
See TracChangeset
for help on using the changeset viewer.