diff options
-rw-r--r-- | OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation/LocalSimulationConnector.cs | 1 | ||||
-rw-r--r-- | OpenSim/Server/Handlers/Simulation/AgentHandlers.cs | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation/LocalSimulationConnector.cs b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation/LocalSimulationConnector.cs index 2cf02b5..a17c6ae 100644 --- a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation/LocalSimulationConnector.cs +++ b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation/LocalSimulationConnector.cs | |||
@@ -196,7 +196,6 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Simulation | |||
196 | } | 196 | } |
197 | } | 197 | } |
198 | 198 | ||
199 | m_log.DebugFormat("[LOCAL SIMULATION CONNECTOR]: Did not find region {0} for SendCreateChildAgent", destination.RegionName); | ||
200 | reason = "Did not find region " + destination.RegionName; | 199 | reason = "Did not find region " + destination.RegionName; |
201 | return false; | 200 | return false; |
202 | } | 201 | } |
diff --git a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs index b65a443..fdb4967 100644 --- a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs +++ b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs | |||
@@ -251,7 +251,7 @@ namespace OpenSim.Server.Handlers.Simulation | |||
251 | public override byte[] Handle(string path, Stream request, | 251 | public override byte[] Handle(string path, Stream request, |
252 | OSHttpRequest httpRequest, OSHttpResponse httpResponse) | 252 | OSHttpRequest httpRequest, OSHttpResponse httpResponse) |
253 | { | 253 | { |
254 | m_log.DebugFormat("[SIMULATION]: Stream handler called"); | 254 | // m_log.DebugFormat("[SIMULATION]: Stream handler called"); |
255 | 255 | ||
256 | Hashtable keysvals = new Hashtable(); | 256 | Hashtable keysvals = new Hashtable(); |
257 | Hashtable headervals = new Hashtable(); | 257 | Hashtable headervals = new Hashtable(); |
@@ -438,7 +438,7 @@ namespace OpenSim.Server.Handlers.Simulation | |||
438 | public override byte[] Handle(string path, Stream request, | 438 | public override byte[] Handle(string path, Stream request, |
439 | OSHttpRequest httpRequest, OSHttpResponse httpResponse) | 439 | OSHttpRequest httpRequest, OSHttpResponse httpResponse) |
440 | { | 440 | { |
441 | m_log.DebugFormat("[SIMULATION]: Stream handler called"); | 441 | // m_log.DebugFormat("[SIMULATION]: Stream handler called"); |
442 | 442 | ||
443 | Hashtable keysvals = new Hashtable(); | 443 | Hashtable keysvals = new Hashtable(); |
444 | Hashtable headervals = new Hashtable(); | 444 | Hashtable headervals = new Hashtable(); |