diff options
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 2 |
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 | { |