Take the verbose debug messages in AgentHandler out again.

slimupdates
Diva Canto 2010-01-13 21:34:29 -08:00
parent e90a5895ad
commit 369e57beee
1 changed files with 6 additions and 6 deletions

View File

@ -59,13 +59,13 @@ namespace OpenSim.Server.Handlers.Simulation
public Hashtable Handler(Hashtable request) public Hashtable Handler(Hashtable request)
{ {
m_log.Debug("[CONNECTION DEBUGGING]: AgentHandler Called"); //m_log.Debug("[CONNECTION DEBUGGING]: AgentHandler Called");
m_log.Debug("---------------------------"); //m_log.Debug("---------------------------");
m_log.Debug(" >> uri=" + request["uri"]); //m_log.Debug(" >> uri=" + request["uri"]);
m_log.Debug(" >> content-type=" + request["content-type"]); //m_log.Debug(" >> content-type=" + request["content-type"]);
m_log.Debug(" >> http-method=" + request["http-method"]); //m_log.Debug(" >> http-method=" + request["http-method"]);
m_log.Debug("---------------------------\n"); //m_log.Debug("---------------------------\n");
Hashtable responsedata = new Hashtable(); Hashtable responsedata = new Hashtable();
responsedata["content_type"] = "text/html"; responsedata["content_type"] = "text/html";