Make the default for the very verbose XMLRPC groups debug setting false rather than true!

viewer-2-initial-appearance
Justin Clark-Casey (justincc) 2011-01-04 23:23:42 +00:00
parent fbde9b1136
commit 4ac58093bf
1 changed files with 1 additions and 2 deletions

View File

@ -123,8 +123,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups
m_log.InfoFormat("[GROUPS]: Initializing {0}", this.Name);
m_groupNoticesEnabled = groupsConfig.GetBoolean("NoticesEnabled", true);
m_debugEnabled = groupsConfig.GetBoolean("DebugEnabled", true);
m_debugEnabled = groupsConfig.GetBoolean("DebugEnabled", false);
}
}