aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Simulation
diff options
context:
space:
mode:
authorMelanie2010-05-27 19:02:20 +0100
committerMelanie2010-05-27 19:02:20 +0100
commita48d7f62a7e3af1aae2437668c484d4d0d1d92e5 (patch)
treedfcd0d42d1e5b179e55023ba64681529b29ec717 /OpenSim/Server/Handlers/Simulation
parentComment noisy "CONNECTION DEBUGGING" messages, because they push more (diff)
downloadopensim-SC_OLD-a48d7f62a7e3af1aae2437668c484d4d0d1d92e5.zip
opensim-SC_OLD-a48d7f62a7e3af1aae2437668c484d4d0d1d92e5.tar.gz
opensim-SC_OLD-a48d7f62a7e3af1aae2437668c484d4d0d1d92e5.tar.bz2
opensim-SC_OLD-a48d7f62a7e3af1aae2437668c484d4d0d1d92e5.tar.xz
Revert "Comment noisy "CONNECTION DEBUGGING" messages, because they push more"
Some other stuff snuck in. This reverts commit 4cc533e7ad94d148351c16f48afd2a688a64c48a.
Diffstat (limited to 'OpenSim/Server/Handlers/Simulation')
-rw-r--r--OpenSim/Server/Handlers/Simulation/AgentHandlers.cs14
1 files changed, 7 insertions, 7 deletions
diff --git a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs
index 191acc9..ab3250d 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";