diff options
author | Justin Clark-Casey (justincc) | 2012-02-24 05:15:47 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-02-24 05:15:47 +0000 |
commit | 9e6ffe779841f470c0e2dbe673ef4b10253bcd84 (patch) | |
tree | 2fc70de1f59274bd287b20a1637c848426ab3667 /OpenSim/Framework/Watchdog.cs | |
parent | Get rid of some of the identical exception catching in Scene.Update(). (diff) | |
download | opensim-SC-9e6ffe779841f470c0e2dbe673ef4b10253bcd84.zip opensim-SC-9e6ffe779841f470c0e2dbe673ef4b10253bcd84.tar.gz opensim-SC-9e6ffe779841f470c0e2dbe673ef4b10253bcd84.tar.bz2 opensim-SC-9e6ffe779841f470c0e2dbe673ef4b10253bcd84.tar.xz |
Rename Watchdog.GetThreads() to GetThreadsInfo() to reflect what it actually returns and for consistency.
Diffstat (limited to '')
-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(); |