Changeset 55843 in vbox for trunk/src/VBox/Main
- Timestamp:
- May 13, 2015 11:33:39 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp
r52596 r55843 5 5 6 6 /* 7 * Copyright (C) 2006-201 4Oracle Corporation7 * Copyright (C) 2006-2015 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 1181 1181 { 1182 1182 Utf8Str useLoggingLevel(aLoggingLevel); 1183 if (useLoggingLevel.isEmpty()) 1184 useLoggingLevel = VBOXSVC_LOG_DEFAULT; 1183 1185 int rc = RTLogGroupSettings(RTLogRelDefaultInstance(), useLoggingLevel.c_str()); 1184 1186 // If failed and not the default logging level - try to use the default logging level.
Note:
See TracChangeset
for help on using the changeset viewer.