aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs
diff options
context:
space:
mode:
authorRobert Adams2013-06-30 19:22:43 -0700
committerRobert Adams2013-06-30 19:22:43 -0700
commit8eb86c9ec91ee41699ab455fc5e788a4bff53071 (patch)
tree4f35dd59535fd6a5abd61a7ea9142c6ca1da2a26 /OpenSim/Region/Physics/BulletSPlugin/BSScene.cs
parentBulletSim: fix an occasional crash with flushing log files. (diff)
downloadopensim-SC_OLD-8eb86c9ec91ee41699ab455fc5e788a4bff53071.zip
opensim-SC_OLD-8eb86c9ec91ee41699ab455fc5e788a4bff53071.tar.gz
opensim-SC_OLD-8eb86c9ec91ee41699ab455fc5e788a4bff53071.tar.bz2
opensim-SC_OLD-8eb86c9ec91ee41699ab455fc5e788a4bff53071.tar.xz
BulletSim: add the reset of the last commit for flush log file problems.
Fix small typo in one log message.
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/BSScene.cs')
-rw-r--r--OpenSim/Region/Physics/BulletSPlugin/BSScene.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs b/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs
index 155d143..1645c98 100644
--- a/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs
+++ b/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs
@@ -223,7 +223,7 @@ public sealed class BSScene : PhysicsScene, IPhysicsParameters
223 // can be left in and every call doesn't have to check for null. 223 // can be left in and every call doesn't have to check for null.
224 if (m_physicsLoggingEnabled) 224 if (m_physicsLoggingEnabled)
225 { 225 {
226 PhysicsLogging = new Logging.LogWriter(m_physicsLoggingDir, m_physicsLoggingPrefix, m_physicsLoggingFileMinutes, m_physicsLoggingDoFlush); 226 PhysicsLogging = new Logging.LogWriter(m_physicsLoggingDir, m_physicsLoggingPrefix, m_physicsLoggingFileMinutes, m_physicsLoggingDoFlush);
227 PhysicsLogging.ErrorLogger = m_log; // for DEBUG. Let's the logger output its own error messages. 227 PhysicsLogging.ErrorLogger = m_log; // for DEBUG. Let's the logger output its own error messages.
228 } 228 }
229 else 229 else