mirror of
https://github.com/opensim/opensim.git
synced 2026-08-02 06:44:15 +08:00
Just trying to get more debug info from a exception that has been reported.
This commit is contained in:
@@ -52,7 +52,7 @@ namespace OpenSim.Region.Environment.Scenes.Scripting
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
m_log.Error("ScriptEngine", "Error loading assembly \"" + EngineName + "\": " + e.ToString());
|
||||
m_log.Error("ScriptEngine", "Error loading assembly \"" + EngineName + "\": " + e.Message + ", " + e.StackTrace.ToString());
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user