Temporarily comment out OSSL enabled warning log message.

Added in wrong place. It is printed once per script rather than once per region.
inv-download
Robert Adams 2015-04-14 11:30:14 -07:00
parent e4e58fad32
commit 2e1f5bb011
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
if (m_ScriptEngine.Config.GetBoolean("AllowOSFunctions", false)) if (m_ScriptEngine.Config.GetBoolean("AllowOSFunctions", false))
{ {
m_OSFunctionsEnabled = true; m_OSFunctionsEnabled = true;
m_log.Warn("[OSSL] OSSL FUNCTIONS ENABLED"); // m_log.Warn("[OSSL] OSSL FUNCTIONS ENABLED");
} }
m_ScriptDelayFactor = m_ScriptDelayFactor =