diff options
Diffstat (limited to 'OpenSim/Framework/Watchdog.cs')
-rw-r--r-- | OpenSim/Framework/Watchdog.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Watchdog.cs b/OpenSim/Framework/Watchdog.cs index e443f0a..4891a66 100644 --- a/OpenSim/Framework/Watchdog.cs +++ b/OpenSim/Framework/Watchdog.cs | |||
@@ -230,7 +230,7 @@ namespace OpenSim.Framework | |||
230 | /// Get currently watched threads for diagnostic purposes | 230 | /// Get currently watched threads for diagnostic purposes |
231 | /// </summary> | 231 | /// </summary> |
232 | /// <returns></returns> | 232 | /// <returns></returns> |
233 | public static ThreadWatchdogInfo[] GetThreads() | 233 | public static ThreadWatchdogInfo[] GetThreadsInfo() |
234 | { | 234 | { |
235 | lock (m_threads) | 235 | lock (m_threads) |
236 | return m_threads.Values.ToArray(); | 236 | return m_threads.Values.ToArray(); |