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
parent
e4e58fad32
commit
2e1f5bb011
|
@ -155,7 +155,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
|||
if (m_ScriptEngine.Config.GetBoolean("AllowOSFunctions", false))
|
||||
{
|
||||
m_OSFunctionsEnabled = true;
|
||||
m_log.Warn("[OSSL] OSSL FUNCTIONS ENABLED");
|
||||
// m_log.Warn("[OSSL] OSSL FUNCTIONS ENABLED");
|
||||
}
|
||||
|
||||
m_ScriptDelayFactor =
|
||||
|
|
Loading…
Reference in New Issue