diff options
Diffstat (limited to 'OpenSim/Region/DataSnapshot/ObjectSnapshot.cs')
-rw-r--r-- | OpenSim/Region/DataSnapshot/ObjectSnapshot.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/DataSnapshot/ObjectSnapshot.cs b/OpenSim/Region/DataSnapshot/ObjectSnapshot.cs index c295902..b2ef6d3 100644 --- a/OpenSim/Region/DataSnapshot/ObjectSnapshot.cs +++ b/OpenSim/Region/DataSnapshot/ObjectSnapshot.cs | |||
@@ -37,7 +37,7 @@ namespace OpenSim.Region.DataSnapshot | |||
37 | { | 37 | { |
38 | private Scene m_scene = null; | 38 | private Scene m_scene = null; |
39 | private DataSnapshotManager m_parent = null; | 39 | private DataSnapshotManager m_parent = null; |
40 | private ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 40 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
41 | 41 | ||
42 | public void Initialize(Scene scene, DataSnapshotManager parent) | 42 | public void Initialize(Scene scene, DataSnapshotManager parent) |
43 | { | 43 | { |