diff options
author | Justin Clarke Casey | 2008-08-25 23:21:07 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-08-25 23:21:07 +0000 |
commit | 4a475ca2be259cf3e31b29148f04f325b304a6c5 (patch) | |
tree | 35e658b5819d14ad4e33a283d5e69ef2c9f56c31 /OpenSim/Region/Application/OpenSim.cs | |
parent | * Added Zha to Contributors for OGP patch. (diff) | |
download | opensim-SC_OLD-4a475ca2be259cf3e31b29148f04f325b304a6c5.zip opensim-SC_OLD-4a475ca2be259cf3e31b29148f04f325b304a6c5.tar.gz opensim-SC_OLD-4a475ca2be259cf3e31b29148f04f325b304a6c5.tar.bz2 opensim-SC_OLD-4a475ca2be259cf3e31b29148f04f325b304a6c5.tar.xz |
* minor: refactor thread report into a method that returns a string rather than displays information directly
Diffstat (limited to 'OpenSim/Region/Application/OpenSim.cs')
-rw-r--r-- | OpenSim/Region/Application/OpenSim.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index fb62504..ce44f99 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -602,7 +602,7 @@ namespace OpenSim | |||
602 | } | 602 | } |
603 | } | 603 | } |
604 | 604 | ||
605 | public override void ShowHelp(string[] helpArgs) | 605 | protected override void ShowHelp(string[] helpArgs) |
606 | { | 606 | { |
607 | base.ShowHelp(helpArgs); | 607 | base.ShowHelp(helpArgs); |
608 | 608 | ||