mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Temporarily comment out OSSL enabled warning log message.
Added in wrong place. It is printed once per script rather than once per region.
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user