* minor: remove some mono compiler warnings

This commit is contained in:
Justin Clarke Casey
2009-01-13 18:35:20 +00:00
parent 363054bb2c
commit 1baa921463
4 changed files with 8 additions and 6 deletions

View File

@@ -1566,7 +1566,7 @@ namespace OpenSim.Framework.Servers
/// There is also a UseTraceLogs line in this file that can be uncommented for more detailed log information
public class HttpServerLogWriter : HttpServer.ILogWriter
{
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
//private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
public void Write(object source, HttpServer.LogPrio priority, string message)
{