mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
Revert "Comment noisy "CONNECTION DEBUGGING" messages, because they push more"
Some other stuff snuck in. This reverts commit 4cc533e7ad94d148351c16f48afd2a688a64c48a.
This commit is contained in:
@@ -61,13 +61,13 @@ namespace OpenSim.Server.Handlers.Simulation
|
||||
|
||||
public Hashtable Handler(Hashtable request)
|
||||
{
|
||||
// m_log.Debug("[CONNECTION DEBUGGING]: AgentHandler Called");
|
||||
//
|
||||
// m_log.Debug("---------------------------");
|
||||
// m_log.Debug(" >> uri=" + request["uri"]);
|
||||
// m_log.Debug(" >> content-type=" + request["content-type"]);
|
||||
// m_log.Debug(" >> http-method=" + request["http-method"]);
|
||||
// m_log.Debug("---------------------------\n");
|
||||
m_log.Debug("[CONNECTION DEBUGGING]: AgentHandler Called");
|
||||
|
||||
m_log.Debug("---------------------------");
|
||||
m_log.Debug(" >> uri=" + request["uri"]);
|
||||
m_log.Debug(" >> content-type=" + request["content-type"]);
|
||||
m_log.Debug(" >> http-method=" + request["http-method"]);
|
||||
m_log.Debug("---------------------------\n");
|
||||
|
||||
Hashtable responsedata = new Hashtable();
|
||||
responsedata["content_type"] = "text/html";
|
||||
|
||||
Reference in New Issue
Block a user