parent
2fb541cb2a
commit
dfca32b046
|
@ -227,14 +227,15 @@ namespace OpenSim.Region.ScriptEngine.Common.ScriptEngineBase
|
||||||
// Execute function
|
// Execute function
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
#if DEBUG
|
///cfk 2-7-08 dont need this right now and the default Linux build has DEBUG defined
|
||||||
eventQueueManager.m_ScriptEngine.Log.Debug("[" + ScriptEngineName + "]: " +
|
///#if DEBUG
|
||||||
"Executing event:\r\n"
|
/// eventQueueManager.m_ScriptEngine.Log.Debug("[" + ScriptEngineName + "]: " +
|
||||||
+ "QIS.localID: " + QIS.localID
|
/// "Executing event:\r\n"
|
||||||
+ ", QIS.itemID: " + QIS.itemID
|
/// + "QIS.localID: " + QIS.localID
|
||||||
+ ", QIS.functionName: " +
|
/// + ", QIS.itemID: " + QIS.itemID
|
||||||
QIS.functionName);
|
/// + ", QIS.functionName: " +
|
||||||
#endif
|
/// QIS.functionName);
|
||||||
|
///#endif
|
||||||
LastExecutionStarted = DateTime.Now.Ticks;
|
LastExecutionStarted = DateTime.Now.Ticks;
|
||||||
KillCurrentScript = false;
|
KillCurrentScript = false;
|
||||||
InExecution = true;
|
InExecution = true;
|
||||||
|
|
Loading…
Reference in New Issue