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

This commit is contained in:
Robert Adams
2012-08-15 16:39:00 -07:00
committed by Justin Clark-Casey (justincc)
parent b714fb0c39
commit fbff51f387

View File

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