Don't warn on not seeing [Groups] Robust section for core groups as this does not contain any mandatory parameters and won't be present on older installations.
parent
6dc1b113d0
commit
d2c738fc09
|
@ -64,8 +64,8 @@ namespace OpenSim.Groups
|
||||||
key = groupsConfig.GetString("SecretKey", string.Empty);
|
key = groupsConfig.GetString("SecretKey", string.Empty);
|
||||||
m_log.DebugFormat("[Groups.RobustConnector]: Starting with secret key {0}", key);
|
m_log.DebugFormat("[Groups.RobustConnector]: Starting with secret key {0}", key);
|
||||||
}
|
}
|
||||||
else
|
// else
|
||||||
m_log.WarnFormat("[Groups.RobustConnector]: Unable to find {0} section in configuration", m_ConfigName);
|
// m_log.DebugFormat("[Groups.RobustConnector]: Unable to find {0} section in configuration", m_ConfigName);
|
||||||
|
|
||||||
m_GroupsService = new GroupsService(config);
|
m_GroupsService = new GroupsService(config);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue