add a disabled log

0.9.1.0-post-fixes
UbitUmarov 2018-07-14 14:43:20 +01:00
parent 6f4052561e
commit ea815df6bd
1 changed files with 3 additions and 0 deletions

View File

@ -197,6 +197,9 @@ namespace OpenSim.Framework.Monitoring
foreach(ThreadWatchdogInfo twi in m_threads.Values)
{
Thread t = twi.Thread;
// m_log.DebugFormat(
// "[WATCHDOG]: Stop: Removing thread {0}, ID {1}", twi.Thread.Name, twi.Thread.ManagedThreadId);
if(t.IsAlive)
t.Abort();
}