Correct 690fe0c to actually log the exception reported in DoOnRezScriptQueue()(and now the scene name).

mb-throttle-test
Justin Clark-Casey (justincc) 2014-11-29 15:04:16 +00:00
parent 690fe0c5e5
commit 432f0e8783
1 changed files with 2 additions and 1 deletions

View File

@ -1081,7 +1081,8 @@ namespace OpenSim.Region.ScriptEngine.XEngine
}
catch (Exception e)
{
m_log.Error(string.Format("[XEngine]: Failure in DoOnRezScriptQueue(). Exception ", e));
m_log.Error(
string.Format("[XEngine]: Failure in DoOnRezScriptQueue() in {0}. Exception ", m_Scene.Name), e);
}
finally
{