aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Watchdog.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-02-24 05:15:47 +0000
committerJustin Clark-Casey (justincc)2012-02-24 05:15:47 +0000
commit9e6ffe779841f470c0e2dbe673ef4b10253bcd84 (patch)
tree2fc70de1f59274bd287b20a1637c848426ab3667 /OpenSim/Framework/Watchdog.cs
parentGet rid of some of the identical exception catching in Scene.Update(). (diff)
downloadopensim-SC_OLD-9e6ffe779841f470c0e2dbe673ef4b10253bcd84.zip
opensim-SC_OLD-9e6ffe779841f470c0e2dbe673ef4b10253bcd84.tar.gz
opensim-SC_OLD-9e6ffe779841f470c0e2dbe673ef4b10253bcd84.tar.bz2
opensim-SC_OLD-9e6ffe779841f470c0e2dbe673ef4b10253bcd84.tar.xz
Rename Watchdog.GetThreads() to GetThreadsInfo() to reflect what it actually returns and for consistency.
Diffstat (limited to 'OpenSim/Framework/Watchdog.cs')
-rw-r--r--OpenSim/Framework/Watchdog.cs2
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();