diff options
author | Melanie Thielker | 2010-05-27 20:08:12 +0200 |
---|---|---|
committer | Melanie Thielker | 2010-05-27 20:08:12 +0200 |
commit | ac5373427f99d259a55147e097a8a76050a60db6 (patch) | |
tree | ba6e5fe7bbd172bfab8d1d215615b73a4858d2aa | |
parent | Remove orphaned .dll.config files from tests (diff) | |
download | opensim-SC_OLD-ac5373427f99d259a55147e097a8a76050a60db6.zip opensim-SC_OLD-ac5373427f99d259a55147e097a8a76050a60db6.tar.gz opensim-SC_OLD-ac5373427f99d259a55147e097a8a76050a60db6.tar.bz2 opensim-SC_OLD-ac5373427f99d259a55147e097a8a76050a60db6.tar.xz |
Comment noisy "CONNECTION DEBUGGING" messages, because they push more
important stuff off screen too fast. Clean this time
-rw-r--r-- | OpenSim/Server/Handlers/Hypergrid/HomeAgentHandlers.cs | 14 | ||||
-rw-r--r-- | OpenSim/Server/Handlers/Simulation/AgentHandlers.cs | 14 |
2 files changed, 14 insertions, 14 deletions
diff --git a/OpenSim/Server/Handlers/Hypergrid/HomeAgentHandlers.cs b/OpenSim/Server/Handlers/Hypergrid/HomeAgentHandlers.cs index 17d7850..e50481a 100644 --- a/OpenSim/Server/Handlers/Hypergrid/HomeAgentHandlers.cs +++ b/OpenSim/Server/Handlers/Hypergrid/HomeAgentHandlers.cs | |||
@@ -61,13 +61,13 @@ namespace OpenSim.Server.Handlers.Hypergrid | |||
61 | 61 | ||
62 | public Hashtable Handler(Hashtable request) | 62 | public Hashtable Handler(Hashtable request) |
63 | { | 63 | { |
64 | m_log.Debug("[CONNECTION DEBUGGING]: HomeAgentHandler Called"); | 64 | // m_log.Debug("[CONNECTION DEBUGGING]: HomeAgentHandler Called"); |
65 | 65 | // | |
66 | m_log.Debug("---------------------------"); | 66 | // m_log.Debug("---------------------------"); |
67 | m_log.Debug(" >> uri=" + request["uri"]); | 67 | // m_log.Debug(" >> uri=" + request["uri"]); |
68 | m_log.Debug(" >> content-type=" + request["content-type"]); | 68 | // m_log.Debug(" >> content-type=" + request["content-type"]); |
69 | m_log.Debug(" >> http-method=" + request["http-method"]); | 69 | // m_log.Debug(" >> http-method=" + request["http-method"]); |
70 | m_log.Debug("---------------------------\n"); | 70 | // m_log.Debug("---------------------------\n"); |
71 | 71 | ||
72 | Hashtable responsedata = new Hashtable(); | 72 | Hashtable responsedata = new Hashtable(); |
73 | responsedata["content_type"] = "text/html"; | 73 | responsedata["content_type"] = "text/html"; |
diff --git a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs index b648e12..c4117f5 100644 --- a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs +++ b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs | |||
@@ -61,13 +61,13 @@ namespace OpenSim.Server.Handlers.Simulation | |||
61 | 61 | ||
62 | public Hashtable Handler(Hashtable request) | 62 | public Hashtable Handler(Hashtable request) |
63 | { | 63 | { |
64 | m_log.Debug("[CONNECTION DEBUGGING]: AgentHandler Called"); | 64 | // m_log.Debug("[CONNECTION DEBUGGING]: AgentHandler Called"); |
65 | 65 | // | |
66 | m_log.Debug("---------------------------"); | 66 | // m_log.Debug("---------------------------"); |
67 | m_log.Debug(" >> uri=" + request["uri"]); | 67 | // m_log.Debug(" >> uri=" + request["uri"]); |
68 | m_log.Debug(" >> content-type=" + request["content-type"]); | 68 | // m_log.Debug(" >> content-type=" + request["content-type"]); |
69 | m_log.Debug(" >> http-method=" + request["http-method"]); | 69 | // m_log.Debug(" >> http-method=" + request["http-method"]); |
70 | m_log.Debug("---------------------------\n"); | 70 | // m_log.Debug("---------------------------\n"); |
71 | 71 | ||
72 | Hashtable responsedata = new Hashtable(); | 72 | Hashtable responsedata = new Hashtable(); |
73 | responsedata["content_type"] = "text/html"; | 73 | responsedata["content_type"] = "text/html"; |