diff options
author | Justin Clark-Casey (justincc) | 2012-08-17 18:48:35 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-08-17 18:48:35 +0100 |
commit | 99e339dd40181d0b396db389366887a017870021 (patch) | |
tree | 2a7d3e9f314fb452022dd445d0773a0025da3dcc /OpenSim/Region/Framework/Scenes | |
parent | adding a clip method to handle Vector3 objects to enable a minor amount of re... (diff) | |
parent | Correct an exception report in SceneObjectPart so it outputs the stack. (diff) | |
download | opensim-SC-99e339dd40181d0b396db389366887a017870021.zip opensim-SC-99e339dd40181d0b396db389366887a017870021.tar.gz opensim-SC-99e339dd40181d0b396db389366887a017870021.tar.bz2 opensim-SC-99e339dd40181d0b396db389366887a017870021.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Region/Framework/Scenes')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs index cd75224..bd6369c 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | |||
@@ -733,7 +733,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
733 | } | 733 | } |
734 | catch (Exception e) | 734 | catch (Exception e) |
735 | { | 735 | { |
736 | m_log.Error("[SCENEOBJECTPART]: GROUP POSITION. " + e.Message); | 736 | m_log.ErrorFormat("[SCENEOBJECTPART]: GROUP POSITION. {0}", e); |
737 | } | 737 | } |
738 | } | 738 | } |
739 | 739 | ||