aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-11-19 01:32:21 +0000
committerJustin Clark-Casey (justincc)2011-11-19 01:32:21 +0000
commit2206e2fc9680240ce8ddad985998febc18896850 (patch)
tree225d64090875d67ca464cc13f6ff020724bc6c47 /OpenSim/Server
parentminor: Make HelloNeighbour messages more informative (diff)
downloadopensim-SC_OLD-2206e2fc9680240ce8ddad985998febc18896850.zip
opensim-SC_OLD-2206e2fc9680240ce8ddad985998febc18896850.tar.gz
opensim-SC_OLD-2206e2fc9680240ce8ddad985998febc18896850.tar.bz2
opensim-SC_OLD-2206e2fc9680240ce8ddad985998febc18896850.tar.xz
Remove the "[LOCAL SIMULATION CONNECTOR]: Did not find region {0} for SendCreateChildAgent" message
This is misleading since a simulator will call this method before successfully trying remote regions. Also comments out spammy "[SIMULATION]: Stream handler called" AgentHandlers messages for now.
Diffstat (limited to 'OpenSim/Server')
-rw-r--r--OpenSim/Server/Handlers/Simulation/AgentHandlers.cs4
1 files changed, 2 insertions, 2 deletions
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();