aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorBlueWall2011-10-07 16:36:43 -0400
committerBlueWall2011-10-07 16:36:43 -0400
commit1c548179778befb50ee7481be7ffc91f2d53fede (patch)
treeb5c70022edcc232843252b4e4c54b4d1a7538be0 /OpenSim
parentAdd note to docs (diff)
parentComment out [SCENE PRESENCE] SendAppearanceToAllOtherAgents: log message (diff)
downloadopensim-SC_OLD-1c548179778befb50ee7481be7ffc91f2d53fede.zip
opensim-SC_OLD-1c548179778befb50ee7481be7ffc91f2d53fede.tar.gz
opensim-SC_OLD-1c548179778befb50ee7481be7ffc91f2d53fede.tar.bz2
opensim-SC_OLD-1c548179778befb50ee7481be7ffc91f2d53fede.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index 213f51d..1c7102b 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -2639,7 +2639,7 @@ namespace OpenSim.Region.Framework.Scenes
2639 /// </summary> 2639 /// </summary>
2640 public void SendAppearanceToAllOtherAgents() 2640 public void SendAppearanceToAllOtherAgents()
2641 { 2641 {
2642 m_log.DebugFormat("[SCENE PRESENCE] SendAppearanceToAllOtherAgents: {0} ({1})", Name, UUID); 2642 //m_log.DebugFormat("[SCENE PRESENCE] SendAppearanceToAllOtherAgents: {0} ({1})", Name, UUID);
2643 // only send update from root agents to other clients; children are only "listening posts" 2643 // only send update from root agents to other clients; children are only "listening posts"
2644 if (IsChildAgent) 2644 if (IsChildAgent)
2645 { 2645 {