diff options
Diffstat (limited to 'OpenSim')
-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 fb15b38..975d855 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -2991,7 +2991,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
2991 | /// </summary> | 2991 | /// </summary> |
2992 | public void SendAppearanceToAllOtherAgents() | 2992 | public void SendAppearanceToAllOtherAgents() |
2993 | { | 2993 | { |
2994 | m_log.DebugFormat("[SCENE PRESENCE] SendAppearanceToAllOtherAgents: {0} ({1})", Name, UUID); | 2994 | //m_log.DebugFormat("[SCENE PRESENCE] SendAppearanceToAllOtherAgents: {0} ({1})", Name, UUID); |
2995 | // only send update from root agents to other clients; children are only "listening posts" | 2995 | // only send update from root agents to other clients; children are only "listening posts" |
2996 | if (IsChildAgent) | 2996 | if (IsChildAgent) |
2997 | { | 2997 | { |