mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
counted process threads may not be all active, so remove the 'active' word'
This commit is contained in:
@@ -855,7 +855,7 @@ namespace OpenSim.Framework.Servers
|
||||
sb.Append("\n");
|
||||
int totalThreads = Process.GetCurrentProcess().Threads.Count;
|
||||
if (totalThreads > 0)
|
||||
sb.AppendFormat("Total process threads active: {0}\n\n", totalThreads);
|
||||
sb.AppendFormat("Total process threads: {0}\n\n", totalThreads);
|
||||
|
||||
return sb.ToString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user