mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
* Make the ode simulation update loop print out the stack if an exception occurs (at least, this is what will happen on linux)
This commit is contained in:
@@ -1732,7 +1732,7 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
m_log.Error("[PHYSICS]: " + e.Message.ToString() + e.TargetSite.ToString());
|
||||
m_log.ErrorFormat("[PHYSICS]: {0}, {1}, {2}", e.Message, e.TargetSite, e);
|
||||
ode.dunlock(world);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user