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

* with Diva's blessing ;)
0.6.1-post-fixes
Justin Clarke Casey 2008-12-17 20:54:34 +00:00
parent 2bcf315ea2
commit dce11e4685
1 changed files with 1 additions and 1 deletions

View File

@ -542,7 +542,7 @@ namespace OpenSim.Region.Environment.Scenes
/// </summary> /// </summary>
private void SendChildAgentDataUpdateAsync(ChildAgentDataUpdate cAgentData, ScenePresence presence) 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 try
{ {
foreach (ulong regionHandle in presence.KnownChildRegionHandles) foreach (ulong regionHandle in presence.KnownChildRegionHandles)