mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
* Minor cleanup
* Added additional error message when a Object/SOG DB save fails so we can trace why.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user