diff options
author | Justin Clarke Casey | 2008-09-16 17:35:35 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-09-16 17:35:35 +0000 |
commit | f437c4d8c9782fd99c115542b584b6726941368e (patch) | |
tree | 1c4e3099feb6b3d547c67fb675a3689dfdedc477 /OpenSim/Region | |
parent | * If an individual scene object throws an exception while storing, deal with ... (diff) | |
download | opensim-SC_OLD-f437c4d8c9782fd99c115542b584b6726941368e.zip opensim-SC_OLD-f437c4d8c9782fd99c115542b584b6726941368e.tar.gz opensim-SC_OLD-f437c4d8c9782fd99c115542b584b6726941368e.tar.bz2 opensim-SC_OLD-f437c4d8c9782fd99c115542b584b6726941368e.tar.xz |
* minor: oops, remove a warning I just inserted myself - naughty boy
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs | 2 | ||||
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs index 628db0c..514f6d8 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs | |||
@@ -1138,7 +1138,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
1138 | // don't backup while it's selected or you're asking for changes mid stream. | 1138 | // don't backup while it's selected or you're asking for changes mid stream. |
1139 | if ((!IsSelected) && (RootPart != null)) | 1139 | if ((!IsSelected) && (RootPart != null)) |
1140 | { | 1140 | { |
1141 | m_log.InfoFormat( | 1141 | m_log.DebugFormat( |
1142 | "[SCENE]: Storing {0}, {1} in {2}", | 1142 | "[SCENE]: Storing {0}, {1} in {2}", |
1143 | Name, UUID, m_scene.RegionInfo.RegionName); | 1143 | Name, UUID, m_scene.RegionInfo.RegionName); |
1144 | 1144 | ||
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs index d6c33f6..a4fd984 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -57,7 +57,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
57 | /// </summary> | 57 | /// </summary> |
58 | public class LSL_Api : MarshalByRefObject, ILSL_Api, IScriptApi | 58 | public class LSL_Api : MarshalByRefObject, ILSL_Api, IScriptApi |
59 | { | 59 | { |
60 | private static readonly log4net.ILog m_log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType); | 60 | //private static readonly log4net.ILog m_log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType); |
61 | 61 | ||
62 | internal IScriptEngine m_ScriptEngine; | 62 | internal IScriptEngine m_ScriptEngine; |
63 | internal SceneObjectPart m_host; | 63 | internal SceneObjectPart m_host; |