aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-07-27 22:51:57 +0100
committerJustin Clark-Casey (justincc)2010-07-27 22:51:57 +0100
commita3497032791dce7017d3dc09cdf454690fae66bb (patch)
tree663f9e3bb6bac584d4df1982bd5c25b54e8929ce /OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs
parentcomment out verbose debug logging (diff)
downloadopensim-SC_OLD-a3497032791dce7017d3dc09cdf454690fae66bb.zip
opensim-SC_OLD-a3497032791dce7017d3dc09cdf454690fae66bb.tar.gz
opensim-SC_OLD-a3497032791dce7017d3dc09cdf454690fae66bb.tar.bz2
opensim-SC_OLD-a3497032791dce7017d3dc09cdf454690fae66bb.tar.xz
comment out further debug line in BaseHttpServer
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs b/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs
index f85cb57..ffa30d5 100644
--- a/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs
+++ b/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs
@@ -362,7 +362,7 @@ namespace OpenSim.Framework.Servers.HttpServer
362 string path = request.RawUrl; 362 string path = request.RawUrl;
363 string handlerKey = GetHandlerKey(request.HttpMethod, path); 363 string handlerKey = GetHandlerKey(request.HttpMethod, path);
364 364
365 m_log.DebugFormat("[BASE HTTP SERVER]: Handling {0} request for {1}", request.HttpMethod, path); 365// m_log.DebugFormat("[BASE HTTP SERVER]: Handling {0} request for {1}", request.HttpMethod, path);
366 366
367 if (TryGetStreamHandler(handlerKey, out requestHandler)) 367 if (TryGetStreamHandler(handlerKey, out requestHandler))
368 { 368 {