Make a couple log4net instances static readonly.

This commit is contained in:
Jeff Ames
2008-12-03 05:18:28 +00:00
parent d324389dd9
commit ab83713a2c
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Inventory.Archiver
{
public class InventoryArchiveReadRequest
{
private static ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
protected Scene scene;
protected TarArchiveReader archive;