aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-10-07 20:51:26 +0100
committerJustin Clark-Casey (justincc)2011-10-07 21:15:37 +0100
commit494e5867a3cd1a41f11cb43a6dc0b899d7b3860a (patch)
tree9623e7287361e4a39af3f66d6f1ecf09e9413393
parentClarify explanation of DeleteScriptsOnStartup switch in [XEngine]. (diff)
downloadopensim-SC_OLD-494e5867a3cd1a41f11cb43a6dc0b899d7b3860a.zip
opensim-SC_OLD-494e5867a3cd1a41f11cb43a6dc0b899d7b3860a.tar.gz
opensim-SC_OLD-494e5867a3cd1a41f11cb43a6dc0b899d7b3860a.tar.bz2
opensim-SC_OLD-494e5867a3cd1a41f11cb43a6dc0b899d7b3860a.tar.xz
Comment out [SCENE PRESENCE] SendAppearanceToAllOtherAgents: log message
As per earlier discussions with dslake
-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 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 {