diff options
author | Diva Canto | 2010-01-13 09:38:09 -0800 |
---|---|---|
committer | Diva Canto | 2010-01-13 09:38:09 -0800 |
commit | 640712fe88961ba04a09e7e5ec2c9be825c1faca (patch) | |
tree | 1b4e2d86907e6fbeb4df2dcf7f7a1958a2baa03e /OpenSim/Services | |
parent | Bug in Teleport fixed -- Appearance was missing from AgentCircuitData. (diff) | |
download | opensim-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/Services')
-rw-r--r-- | OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |