chane enable config option
parent
99c2e04456
commit
52b3dedcab
|
@ -59,7 +59,7 @@ namespace OpenSim.Modules.DataValue
|
||||||
if (m_config != null)
|
if (m_config != null)
|
||||||
{
|
{
|
||||||
m_dataValueDirectory = m_config.GetString("DataValueStorageDirectory", m_dataValueDirectory);
|
m_dataValueDirectory = m_config.GetString("DataValueStorageDirectory", m_dataValueDirectory);
|
||||||
m_enabled = m_config.GetBoolean("Enabled", m_enabled);
|
m_enabled = m_config.GetBoolean("EnabledDataStorage", m_enabled);
|
||||||
|
|
||||||
m_log.DebugFormat("[" + Name + "]: Data storage: = " + m_dataValueDirectory);
|
m_log.DebugFormat("[" + Name + "]: Data storage: = " + m_dataValueDirectory);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue