diff options
Diffstat (limited to '')
-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 5b02c3b..0d244b8 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -2635,7 +2635,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
2635 | /// </summary> | 2635 | /// </summary> |
2636 | public void SendAppearanceToAllOtherAgents() | 2636 | public void SendAppearanceToAllOtherAgents() |
2637 | { | 2637 | { |
2638 | m_log.DebugFormat("[SCENE PRESENCE] SendAppearanceToAllOtherAgents: {0} ({1})", Name, UUID); | 2638 | //m_log.DebugFormat("[SCENE PRESENCE] SendAppearanceToAllOtherAgents: {0} ({1})", Name, UUID); |
2639 | // only send update from root agents to other clients; children are only "listening posts" | 2639 | // only send update from root agents to other clients; children are only "listening posts" |
2640 | if (IsChildAgent) | 2640 | if (IsChildAgent) |
2641 | { | 2641 | { |