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

0.7.4.1
Robert Adams 2012-08-15 16:39:00 -07:00 committed by Justin Clark-Casey (justincc)
parent b714fb0c39
commit fbff51f387
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);
} }
} }