Correct an exception report in SceneObjectPart so it outputs the stack.

integration
Robert Adams 2012-08-15 16:39:00 -07:00
parent 376441e550
commit 57a9879669
1 changed files with 1 additions and 1 deletions

View File

@ -733,7 +733,7 @@ namespace OpenSim.Region.Framework.Scenes
} }
catch (Exception e) catch (Exception e)
{ {
m_log.Error("[SCENEOBJECTPART]: GROUP POSITION. " + e.Message); m_log.ErrorFormat("[SCENEOBJECTPART]: GROUP POSITION. {0}", e);
} }
} }