aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs b/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs
index 45c3348..bfa3b9a 100644
--- a/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs
@@ -150,6 +150,10 @@ namespace OpenSim.Region.Framework.Scenes
150 150
151 public void SendChildAgentDataUpdate(AgentPosition cAgentData, ScenePresence presence) 151 public void SendChildAgentDataUpdate(AgentPosition cAgentData, ScenePresence presence)
152 { 152 {
153// m_log.DebugFormat(
154// "[SCENE COMMUNICATION SERVICE]: Sending child agent position updates for {0} in {1}",
155// presence.Name, m_scene.Name);
156
153 // This assumes that we know what our neighbors are. 157 // This assumes that we know what our neighbors are.
154 try 158 try
155 { 159 {