aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-12-17 20:54:34 +0000
committerJustin Clarke Casey2008-12-17 20:54:34 +0000
commitdce11e468549f4d2bdaec6d72b34425e47d5a8e0 (patch)
tree0e0eae6591a3dbb8c04544b45484e764f4796e2e
parentRevert 7754 and 7755 pending a rework (diff)
downloadopensim-SC_OLD-dce11e468549f4d2bdaec6d72b34425e47d5a8e0.zip
opensim-SC_OLD-dce11e468549f4d2bdaec6d72b34425e47d5a8e0.tar.gz
opensim-SC_OLD-dce11e468549f4d2bdaec6d72b34425e47d5a8e0.tar.bz2
opensim-SC_OLD-dce11e468549f4d2bdaec6d72b34425e47d5a8e0.tar.xz
* minor: Comment out "Informing neighbours" debug message that pops up whenever some aspect of the avatar changes.
* with Diva's blessing ;)
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs b/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs
index b533bb7..142e07e 100644
--- a/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs
+++ b/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs
@@ -542,7 +542,7 @@ namespace OpenSim.Region.Environment.Scenes
542 /// </summary> 542 /// </summary>
543 private void SendChildAgentDataUpdateAsync(ChildAgentDataUpdate cAgentData, ScenePresence presence) 543 private void SendChildAgentDataUpdateAsync(ChildAgentDataUpdate cAgentData, ScenePresence presence)
544 { 544 {
545 m_log.Info("[INTERGRID]: Informing neighbors about my agent in " + presence.Scene.RegionInfo.RegionName); 545 //m_log.Info("[INTERGRID]: Informing neighbors about my agent in " + presence.Scene.RegionInfo.RegionName);
546 try 546 try
547 { 547 {
548 foreach (ulong regionHandle in presence.KnownChildRegionHandles) 548 foreach (ulong regionHandle in presence.KnownChildRegionHandles)