VirtualBox

Changeset 46367 in vbox for trunk/src/VBox/Main/xml


Ignore:
Timestamp:
Jun 3, 2013 4:34:26 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
86183
Message:

Control VBoxSVC release logging. Xtracker id: 6787

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xml/Settings.cpp

    r46351 r46367  
    13871387                    {
    13881388                        pelmGlobalChild->getAttributeValue("defaultMachineFolder", systemProperties.strDefaultMachineFolder);
     1389                        pelmGlobalChild->getAttributeValue("LoggingLevel", systemProperties.strLoggingLevel);
    13891390                        pelmGlobalChild->getAttributeValue("defaultHardDiskFormat", systemProperties.strDefaultHardDiskFormat);
    13901391                        if (!pelmGlobalChild->getAttributeValue("VRDEAuthLibrary", systemProperties.strVRDEAuthLibrary))
     
    15321533    if (systemProperties.strDefaultMachineFolder.length())
    15331534        pelmSysProps->setAttribute("defaultMachineFolder", systemProperties.strDefaultMachineFolder);
     1535    if (systemProperties.strLoggingLevel.length())
     1536        pelmSysProps->setAttribute("LoggingLevel", systemProperties.strLoggingLevel);
    15341537    if (systemProperties.strDefaultHardDiskFormat.length())
    15351538        pelmSysProps->setAttribute("defaultHardDiskFormat", systemProperties.strDefaultHardDiskFormat);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette