mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
m_logs always need to be private static readonly otherwise we
get close errors.
This commit is contained in:
@@ -37,7 +37,7 @@ namespace OpenSim.Region.DataSnapshot
|
||||
{
|
||||
private Scene m_scene = null;
|
||||
private DataSnapshotManager m_parent = null;
|
||||
private ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
public void Initialize(Scene scene, DataSnapshotManager parent)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user