diff options
author | Justin Clark-Casey | 2010-06-18 23:09:35 +0100 |
---|---|---|
committer | Justin Clark-Casey | 2010-06-18 23:09:35 +0100 |
commit | 5af0d949298ae629f2d28f3bdadf89720cc7a4e4 (patch) | |
tree | 2bbfd1a47dfbd07db95bace923b61f64c073b0b5 | |
parent | Change Opensim.Servers.exe comment at top of Robust.HG.ini to Robust.exe (diff) | |
parent | Remove an error in meshing error reporting. Now doesn't double-bomb (diff) | |
download | opensim-SC-5af0d949298ae629f2d28f3bdadf89720cc7a4e4.zip opensim-SC-5af0d949298ae629f2d28f3bdadf89720cc7a4e4.tar.gz opensim-SC-5af0d949298ae629f2d28f3bdadf89720cc7a4e4.tar.bz2 opensim-SC-5af0d949298ae629f2d28f3bdadf89720cc7a4e4.tar.xz |
Merge branch '0.7-post-fixes' of ssh://opensimulator.org/var/git/opensim into 0.7-post-fixes
-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 | } |