aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorDiva Canto2010-01-13 09:38:09 -0800
committerDiva Canto2010-01-13 09:38:09 -0800
commit640712fe88961ba04a09e7e5ec2c9be825c1faca (patch)
tree1b4e2d86907e6fbeb4df2dcf7f7a1958a2baa03e /OpenSim
parentBug in Teleport fixed -- Appearance was missing from AgentCircuitData. (diff)
downloadopensim-SC_OLD-640712fe88961ba04a09e7e5ec2c9be825c1faca.zip
opensim-SC_OLD-640712fe88961ba04a09e7e5ec2c9be825c1faca.tar.gz
opensim-SC_OLD-640712fe88961ba04a09e7e5ec2c9be825c1faca.tar.bz2
opensim-SC_OLD-640712fe88961ba04a09e7e5ec2c9be825c1faca.tar.xz
* Removed debug messages.
* Everything works! (everything that was tested; lots of things to test)
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs2
-rw-r--r--OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs2
2 files changed, 1 insertions, 3 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index c7a457e..4ead60c 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -892,9 +892,7 @@ namespace OpenSim.Region.Framework.Scenes
892 presence.Animator.SendAnimPackToClient(ControllingClient); 892 presence.Animator.SendAnimPackToClient(ControllingClient);
893 } 893 }
894 894
895 m_log.Warn("BEFORE ON MAKE ROOT");
896 m_scene.EventManager.TriggerOnMakeRootAgent(this); 895 m_scene.EventManager.TriggerOnMakeRootAgent(this);
897 m_log.Warn("AFTER ON MAKE ROOT");
898 } 896 }
899 897
900 /// <summary> 898 /// <summary>
diff --git a/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs b/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs
index 6d588de..cf8ab50 100644
--- a/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs
+++ b/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs
@@ -276,7 +276,7 @@ namespace OpenSim.Services.Connectors.Simulation
276 ChildUpdateRequest.ContentLength = buffer.Length; //Count bytes to send 276 ChildUpdateRequest.ContentLength = buffer.Length; //Count bytes to send
277 os = ChildUpdateRequest.GetRequestStream(); 277 os = ChildUpdateRequest.GetRequestStream();
278 os.Write(buffer, 0, strBuffer.Length); //Send it 278 os.Write(buffer, 0, strBuffer.Length); //Send it
279 m_log.InfoFormat("[REMOTE SIMULATION CONNECTOR]: Posted AgentUpdate request to remote sim {0}", uri); 279 //m_log.InfoFormat("[REMOTE SIMULATION CONNECTOR]: Posted AgentUpdate request to remote sim {0}", uri);
280 } 280 }
281 catch (WebException ex) 281 catch (WebException ex)
282 //catch 282 //catch