* minor: Comment out "Informing neighbours" debug message that pops up whenever some aspect of the avatar changes.

* with Diva's blessing ;)
This commit is contained in:
Justin Clarke Casey
2008-12-17 20:54:34 +00:00
parent 2bcf315ea2
commit dce11e4685

View File

@@ -542,7 +542,7 @@ namespace OpenSim.Region.Environment.Scenes
/// </summary>
private void SendChildAgentDataUpdateAsync(ChildAgentDataUpdate cAgentData, ScenePresence presence)
{
m_log.Info("[INTERGRID]: Informing neighbors about my agent in " + presence.Scene.RegionInfo.RegionName);
//m_log.Info("[INTERGRID]: Informing neighbors about my agent in " + presence.Scene.RegionInfo.RegionName);
try
{
foreach (ulong regionHandle in presence.KnownChildRegionHandles)