Take the verbose debug messages in AgentHandler out again.
parent
e90a5895ad
commit
369e57beee
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue