mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
* minor: remove some mono compiler warnings
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user