aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-01-13 18:35:20 +0000
committerJustin Clarke Casey2009-01-13 18:35:20 +0000
commit1baa921463712306ba339a073c9fad493176cea0 (patch)
treec2bc941679c37ffb9c6cbc7ec1228a304d6dce5e /OpenSim/Framework/Servers
parent* minor; Very minor non-functional tidy ups (diff)
downloadopensim-SC_OLD-1baa921463712306ba339a073c9fad493176cea0.zip
opensim-SC_OLD-1baa921463712306ba339a073c9fad493176cea0.tar.gz
opensim-SC_OLD-1baa921463712306ba339a073c9fad493176cea0.tar.bz2
opensim-SC_OLD-1baa921463712306ba339a073c9fad493176cea0.tar.xz
* minor: remove some mono compiler warnings
Diffstat (limited to 'OpenSim/Framework/Servers')
-rw-r--r--OpenSim/Framework/Servers/BaseHttpServer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Servers/BaseHttpServer.cs b/OpenSim/Framework/Servers/BaseHttpServer.cs
index 09adc11..d69b2c0 100644
--- a/OpenSim/Framework/Servers/BaseHttpServer.cs
+++ b/OpenSim/Framework/Servers/BaseHttpServer.cs
@@ -1566,7 +1566,7 @@ namespace OpenSim.Framework.Servers
1566 /// There is also a UseTraceLogs line in this file that can be uncommented for more detailed log information 1566 /// There is also a UseTraceLogs line in this file that can be uncommented for more detailed log information
1567 public class HttpServerLogWriter : HttpServer.ILogWriter 1567 public class HttpServerLogWriter : HttpServer.ILogWriter
1568 { 1568 {
1569 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 1569 //private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
1570 1570
1571 public void Write(object source, HttpServer.LogPrio priority, string message) 1571 public void Write(object source, HttpServer.LogPrio priority, string message)
1572 { 1572 {