Just trying to get more debug info from a exception that has been reported.

This commit is contained in:
MW
2007-09-04 21:06:42 +00:00
parent c014ea1510
commit 3450911a7e

View File

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