diff options
author | UbitUmarov | 2018-07-14 14:43:20 +0100 |
---|---|---|
committer | UbitUmarov | 2018-07-14 14:43:20 +0100 |
commit | ea815df6bd7234d8c3e030db0a86272c4d4197c8 (patch) | |
tree | 7fc72affbbcc92a3441da5e30234836736b94980 /OpenSim | |
parent | send data as bin not string to http lower level (diff) | |
download | opensim-SC-ea815df6bd7234d8c3e030db0a86272c4d4197c8.zip opensim-SC-ea815df6bd7234d8c3e030db0a86272c4d4197c8.tar.gz opensim-SC-ea815df6bd7234d8c3e030db0a86272c4d4197c8.tar.bz2 opensim-SC-ea815df6bd7234d8c3e030db0a86272c4d4197c8.tar.xz |
add a disabled log
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Framework/Monitoring/Watchdog.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Framework/Monitoring/Watchdog.cs b/OpenSim/Framework/Monitoring/Watchdog.cs index 9cac451..ad21d93 100644 --- a/OpenSim/Framework/Monitoring/Watchdog.cs +++ b/OpenSim/Framework/Monitoring/Watchdog.cs | |||
@@ -197,6 +197,9 @@ namespace OpenSim.Framework.Monitoring | |||
197 | foreach(ThreadWatchdogInfo twi in m_threads.Values) | 197 | foreach(ThreadWatchdogInfo twi in m_threads.Values) |
198 | { | 198 | { |
199 | Thread t = twi.Thread; | 199 | Thread t = twi.Thread; |
200 | // m_log.DebugFormat( | ||
201 | // "[WATCHDOG]: Stop: Removing thread {0}, ID {1}", twi.Thread.Name, twi.Thread.ManagedThreadId); | ||
202 | |||
200 | if(t.IsAlive) | 203 | if(t.IsAlive) |
201 | t.Abort(); | 204 | t.Abort(); |
202 | } | 205 | } |