aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-12-10 03:08:31 +0000
committerJustin Clark-Casey (justincc)2010-12-10 03:08:31 +0000
commit3053f5ba7dd22a68099b8b1dc6b41f389b6e7183 (patch)
tree5c896ecb85903375ac62eeb782d89b97eaacf707 /OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs
parentNormalized ALL URLs with trailing /'s hopefully. Fixed show hyperlinks comman... (diff)
downloadopensim-SC_OLD-3053f5ba7dd22a68099b8b1dc6b41f389b6e7183.zip
opensim-SC_OLD-3053f5ba7dd22a68099b8b1dc6b41f389b6e7183.tar.gz
opensim-SC_OLD-3053f5ba7dd22a68099b8b1dc6b41f389b6e7183.tar.bz2
opensim-SC_OLD-3053f5ba7dd22a68099b8b1dc6b41f389b6e7183.tar.xz
minor: remove some compiler warnings
Diffstat (limited to 'OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs')
-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 3c58a7d..3343f60 100644
--- a/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs
+++ b/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs
@@ -1845,7 +1845,7 @@ namespace OpenSim.Framework.Servers.HttpServer
1845 /// property in StartHttp() for the HttpListener 1845 /// property in StartHttp() for the HttpListener
1846 public class HttpServerLogWriter : ILogWriter 1846 public class HttpServerLogWriter : ILogWriter
1847 { 1847 {
1848 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 1848// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
1849 1849
1850 public void Write(object source, LogPrio priority, string message) 1850 public void Write(object source, LogPrio priority, string message)
1851 { 1851 {