diff options
author | Melanie | 2010-06-18 20:49:21 +0100 |
---|---|---|
committer | Melanie | 2010-06-18 20:49:21 +0100 |
commit | 891214c65b2eebc240550a2c62be40f064cdbbbc (patch) | |
tree | ffab594f32db84f219fc05f6e2e7c06795de268c /OpenSim/Region/Physics | |
parent | Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/ca... (diff) | |
parent | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff) | |
download | opensim-SC-891214c65b2eebc240550a2c62be40f064cdbbbc.zip opensim-SC-891214c65b2eebc240550a2c62be40f064cdbbbc.tar.gz opensim-SC-891214c65b2eebc240550a2c62be40f064cdbbbc.tar.bz2 opensim-SC-891214c65b2eebc240550a2c62be40f064cdbbbc.tar.xz |
Merge branch 'master' into careminster-presence-refactor
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs index a9e9f5c..100f98d 100644 --- a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs +++ b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | |||
@@ -1778,7 +1778,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
1778 | } | 1778 | } |
1779 | catch(Exception e) | 1779 | catch(Exception e) |
1780 | { | 1780 | { |
1781 | m_log.ErrorFormat("[PHYSICS]: Exception while meshing prim {0}."); | 1781 | m_log.ErrorFormat("[PHYSICS]: Exception while meshing prim {0}.", primName); |
1782 | m_log.Debug(e.ToString()); | 1782 | m_log.Debug(e.ToString()); |
1783 | mesh = null; | 1783 | mesh = null; |
1784 | } | 1784 | } |