From c1044039d49d51b39005762aa138346b78a0b390 Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Wed, 13 Feb 2008 08:37:50 +0000 Subject: * Removed a debug line that got called every frame. --- OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Physics/OdePlugin/ODEPrim.cs') 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 catch (System.AccessViolationException) { - m_log.Error("MESH LOCKED"); + m_log.Error("[PHYSICS]: MESH LOCKED"); return; } if (IsPhysical && Body == (IntPtr) 0) -- cgit v1.1