diff options
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin/ODEPrim.cs')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs index a063962..a01cf1e 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | |||
@@ -431,7 +431,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
431 | catch (System.AccessViolationException) | 431 | catch (System.AccessViolationException) |
432 | { | 432 | { |
433 | 433 | ||
434 | m_log.Error("MESH LOCKED"); | 434 | m_log.Error("[PHYSICS]: MESH LOCKED"); |
435 | return; | 435 | return; |
436 | } | 436 | } |
437 | if (IsPhysical && Body == (IntPtr) 0) | 437 | if (IsPhysical && Body == (IntPtr) 0) |