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