diff options
author | Melanie Thielker | 2008-12-02 12:12:50 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-12-02 12:12:50 +0000 |
commit | 5a7ffb72982084c6649f0b273296b757e0c9b2c4 (patch) | |
tree | 61030da9c315c00e06772c29c4998f3039289ae6 /OpenSim/Region/ScriptEngine/Shared/CodeTools | |
parent | Made BaseOpenSimServer.ShutdownSpecific() public. As the OpenSimBase.Shutdown... (diff) | |
download | opensim-SC_OLD-5a7ffb72982084c6649f0b273296b757e0c9b2c4.zip opensim-SC_OLD-5a7ffb72982084c6649f0b273296b757e0c9b2c4.tar.gz opensim-SC_OLD-5a7ffb72982084c6649f0b273296b757e0c9b2c4.tar.bz2 opensim-SC_OLD-5a7ffb72982084c6649f0b273296b757e0c9b2c4.tar.xz |
Remove some of the XEngine chattiness
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/CodeTools')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/CodeTools/Compiler.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/CodeTools/Compiler.cs b/OpenSim/Region/ScriptEngine/Shared/CodeTools/Compiler.cs index a40b5ee..786118b 100644 --- a/OpenSim/Region/ScriptEngine/Shared/CodeTools/Compiler.cs +++ b/OpenSim/Region/ScriptEngine/Shared/CodeTools/Compiler.cs | |||
@@ -291,7 +291,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.CodeTools | |||
291 | if (File.Exists(OutFile)) | 291 | if (File.Exists(OutFile)) |
292 | 292 | ||
293 | { | 293 | { |
294 | m_scriptEngine.Log.DebugFormat("[Compiler] Returning existing assembly for {0}", asset); | 294 | // m_scriptEngine.Log.DebugFormat("[Compiler] Returning existing assembly for {0}", asset); |
295 | return OutFile; | 295 | return OutFile; |
296 | } | 296 | } |
297 | 297 | ||
@@ -573,8 +573,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.CodeTools | |||
573 | errtext += "No compile error. But not able to locate compiled file."; | 573 | errtext += "No compile error. But not able to locate compiled file."; |
574 | throw new Exception(errtext); | 574 | throw new Exception(errtext); |
575 | } | 575 | } |
576 | m_scriptEngine.Log.DebugFormat("[Compiler] Compiled new assembly "+ | 576 | // m_scriptEngine.Log.DebugFormat("[Compiler] Compiled new assembly "+ |
577 | "for {0}", asset); | 577 | // "for {0}", asset); |
578 | return OutFile; | 578 | return OutFile; |
579 | } | 579 | } |
580 | 580 | ||