Missed one event message that needed to be

commented out.
ThreadPoolClientBranch
Charles Krinke 2008-02-08 02:23:57 +00:00
parent 2fb541cb2a
commit dfca32b046
1 changed files with 9 additions and 8 deletions

View File

@ -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;