diff options
-rw-r--r-- | OpenSim/Framework/Monitoring/Watchdog.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Monitoring/Watchdog.cs b/OpenSim/Framework/Monitoring/Watchdog.cs index e9f22f1..0fcb195 100644 --- a/OpenSim/Framework/Monitoring/Watchdog.cs +++ b/OpenSim/Framework/Monitoring/Watchdog.cs | |||
@@ -225,7 +225,7 @@ namespace OpenSim.Framework.Monitoring | |||
225 | 225 | ||
226 | if (log) | 226 | if (log) |
227 | m_log.DebugFormat( | 227 | m_log.DebugFormat( |
228 | "[WATCHDOG]: Started tracking thread {0}, ID {1}", twi.Thread.Name, twi.Thread.ManagedThreadId); | 228 | "[WATCHDOG]: Started tracking thread {0}, ID {1}", name, twi.Thread.ManagedThreadId); |
229 | 229 | ||
230 | lock (m_threads) | 230 | lock (m_threads) |
231 | m_threads.Add(twi.Thread.ManagedThreadId, twi); | 231 | m_threads.Add(twi.Thread.ManagedThreadId, twi); |