* Minor cleanup

* Added additional error message when a Object/SOG DB save fails so we can trace why.
This commit is contained in:
Adam Frisby
2008-11-01 22:20:54 +00:00
parent e3864de621
commit 84136c70d8
3 changed files with 5 additions and 3 deletions

View File

@@ -1242,8 +1242,8 @@ namespace OpenSim.Region.Environment.Scenes
catch (Exception e)
{
m_log.ErrorFormat(
"[SCENE]: Storing of {0}, {1} in {2} failed with exception {3}",
Name, UUID, m_scene.RegionInfo.RegionName, e);
"[SCENE]: Storing of {0}, {1} in {2} failed with exception {3}\n\t{4}",
Name, UUID, m_scene.RegionInfo.RegionName, e, e.StackTrace);
}
}