diff options
author | Dr Scofield | 2009-05-18 15:32:06 +0000 |
---|---|---|
committer | Dr Scofield | 2009-05-18 15:32:06 +0000 |
commit | e1a1d38aff6184e2fcaf9c6707c7efe7db835cfd (patch) | |
tree | 037faf49fff30f449b130920dd2109b81392820b /OpenSim/Region/ScriptEngine/Shared/Api | |
parent | Refactor: Change "Servers" to "Server", since the can only be one. Break (diff) | |
download | opensim-SC_OLD-e1a1d38aff6184e2fcaf9c6707c7efe7db835cfd.zip opensim-SC_OLD-e1a1d38aff6184e2fcaf9c6707c7efe7db835cfd.tar.gz opensim-SC_OLD-e1a1d38aff6184e2fcaf9c6707c7efe7db835cfd.tar.bz2 opensim-SC_OLD-e1a1d38aff6184e2fcaf9c6707c7efe7db835cfd.tar.xz |
From: Alan Webb <alan_webb> & Dr Scofield<drscofield@xyzzyxyzzy.net>
Disable use of log4net in script domains to avoid mono 2.4 aborts.
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs index d4fc2d1..5b6f23a 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -66,7 +66,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
66 | /// </summary> | 66 | /// </summary> |
67 | public class LSL_Api : MarshalByRefObject, ILSL_Api, IScriptApi | 67 | public class LSL_Api : MarshalByRefObject, ILSL_Api, IScriptApi |
68 | { | 68 | { |
69 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 69 | // private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
70 | protected IScriptEngine m_ScriptEngine; | 70 | protected IScriptEngine m_ScriptEngine; |
71 | protected SceneObjectPart m_host; | 71 | protected SceneObjectPart m_host; |
72 | protected uint m_localID; | 72 | protected uint m_localID; |
@@ -8114,7 +8114,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
8114 | } | 8114 | } |
8115 | catch(Exception e) | 8115 | catch(Exception e) |
8116 | { | 8116 | { |
8117 | m_log.Error("[LSL_API]: llRequestSimulatorData" + e.ToString()); | 8117 | //m_log.Error("[LSL_API]: llRequestSimulatorData" + e.ToString()); |
8118 | return UUID.Zero.ToString(); | 8118 | return UUID.Zero.ToString(); |
8119 | } | 8119 | } |
8120 | } | 8120 | } |