diff options
Diffstat (limited to 'OpenSim/Region/OptionalModules/Scripting')
-rw-r--r-- | OpenSim/Region/OptionalModules/Scripting/RegionReady/RegionReady.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/Scripting/RegionReady/RegionReady.cs b/OpenSim/Region/OptionalModules/Scripting/RegionReady/RegionReady.cs index c68d1cb..f7bef75 100644 --- a/OpenSim/Region/OptionalModules/Scripting/RegionReady/RegionReady.cs +++ b/OpenSim/Region/OptionalModules/Scripting/RegionReady/RegionReady.cs | |||
@@ -41,7 +41,7 @@ namespace OpenSim.Region.CoreModules.Scripting.RegionReady | |||
41 | { | 41 | { |
42 | public class RegionReady : IRegionModule | 42 | public class RegionReady : IRegionModule |
43 | { | 43 | { |
44 | private readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 44 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
45 | private IConfig m_config = null; | 45 | private IConfig m_config = null; |
46 | private bool m_firstEmptyCompileQueue; | 46 | private bool m_firstEmptyCompileQueue; |
47 | private bool m_oarFileLoading; | 47 | private bool m_oarFileLoading; |