aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-10-07 20:51:26 +0100
committerJustin Clark-Casey (justincc)2011-10-07 20:51:26 +0100
commite3c522e2118108a01d2c6f77c8065224d53d6bb9 (patch)
treea584a7f7b7b13c131e11ee36c33574f4513c1dad /OpenSim
parentFixed line endings from previous commit (diff)
downloadopensim-SC_OLD-e3c522e2118108a01d2c6f77c8065224d53d6bb9.zip
opensim-SC_OLD-e3c522e2118108a01d2c6f77c8065224d53d6bb9.tar.gz
opensim-SC_OLD-e3c522e2118108a01d2c6f77c8065224d53d6bb9.tar.bz2
opensim-SC_OLD-e3c522e2118108a01d2c6f77c8065224d53d6bb9.tar.xz
Comment out [SCENE PRESENCE] SendAppearanceToAllOtherAgents: log message
As per earlier discussions with dslake
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 {