aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorSteven Zielinski2015-05-04 10:05:36 -0400
committerSteven Zielinski2015-05-04 10:05:36 -0400
commitcb517839e9e258d154e17fe85e97f1462b06536a (patch)
tree0a321614ca7cd14d7f2dc7b04c765451832f9831 /OpenSim/Framework
parentFixed a bug that would cause the sim extra stats reporter to fail in reportin... (diff)
downloadopensim-SC_OLD-cb517839e9e258d154e17fe85e97f1462b06536a.zip
opensim-SC_OLD-cb517839e9e258d154e17fe85e97f1462b06536a.tar.gz
opensim-SC_OLD-cb517839e9e258d154e17fe85e97f1462b06536a.tar.bz2
opensim-SC_OLD-cb517839e9e258d154e17fe85e97f1462b06536a.tar.xz
Fixed vocabulary in a comment to match the code.
Diffstat (limited to 'OpenSim/Framework')
-rwxr-xr-xOpenSim/Framework/Monitoring/SimExtraStatsCollector.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Monitoring/SimExtraStatsCollector.cs b/OpenSim/Framework/Monitoring/SimExtraStatsCollector.cs
index 83d9e85..3791fff 100755
--- a/OpenSim/Framework/Monitoring/SimExtraStatsCollector.cs
+++ b/OpenSim/Framework/Monitoring/SimExtraStatsCollector.cs
@@ -433,7 +433,7 @@ Asset service request failures: {3}" + Environment.NewLine,
433 foreach (ProcessThread currentThread in 433 foreach (ProcessThread currentThread in
434 Process.GetCurrentProcess().Threads) 434 Process.GetCurrentProcess().Threads)
435 { 435 {
436 // A known issue with the current process .threads method is 436 // A known issue with the current process .threads property is
437 // that it can return null threads, thus don't count those as 437 // that it can return null threads, thus don't count those as
438 // running threads and prevent the program function from failing 438 // running threads and prevent the program function from failing
439 if (currentThread != null && 439 if (currentThread != null &&