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.

bullet-2.82
Justin Clark-Casey (justincc) 2014-05-15 22:48:05 +01:00
parent 6dc1b113d0
commit d2c738fc09
1 changed files with 2 additions and 2 deletions

View File

@ -64,8 +64,8 @@ namespace OpenSim.Groups
key = groupsConfig.GetString("SecretKey", string.Empty);
m_log.DebugFormat("[Groups.RobustConnector]: Starting with secret key {0}", key);
}
else
m_log.WarnFormat("[Groups.RobustConnector]: Unable to find {0} section in configuration", m_ConfigName);
// else
// m_log.DebugFormat("[Groups.RobustConnector]: Unable to find {0} section in configuration", m_ConfigName);
m_GroupsService = new GroupsService(config);