mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Make a couple log4net instances static readonly.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user