aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorMelanie2011-10-12 07:05:57 +0100
committerMelanie2011-10-12 07:05:57 +0100
commite18a76f6d6456f80fe1a3d42923f900f3fa12028 (patch)
tree200f1f5c37a4dd90e94f4f26298991c5dbea1e57 /OpenSim
parentMerge commit '4b46b7a5adb1c7449725ed1cf1fa5d7122af10bb' into bigmerge (diff)
parentComment out [SCENE PRESENCE] SendAppearanceToAllOtherAgents: log message (diff)
downloadopensim-SC_OLD-e18a76f6d6456f80fe1a3d42923f900f3fa12028.zip
opensim-SC_OLD-e18a76f6d6456f80fe1a3d42923f900f3fa12028.tar.gz
opensim-SC_OLD-e18a76f6d6456f80fe1a3d42923f900f3fa12028.tar.bz2
opensim-SC_OLD-e18a76f6d6456f80fe1a3d42923f900f3fa12028.tar.xz
Merge commit 'e3c522e2118108a01d2c6f77c8065224d53d6bb9' into bigmerge
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 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 {