mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Correct 690fe0c to actually log the exception reported in DoOnRezScriptQueue()(and now the scene name).
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user