mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
* minor: refactor thread report into a method that returns a string rather than displays information directly
This commit is contained in:
@@ -602,7 +602,7 @@ namespace OpenSim
|
||||
}
|
||||
}
|
||||
|
||||
public override void ShowHelp(string[] helpArgs)
|
||||
protected override void ShowHelp(string[] helpArgs)
|
||||
{
|
||||
base.ShowHelp(helpArgs);
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
|
||||
// ~ClientView()
|
||||
// {
|
||||
// m_log.Info("[CLIENTVIEW]: Destructor called");
|
||||
// m_log.Info("[CLIENT]: LLClientView destructor called");
|
||||
// }
|
||||
|
||||
/* static variables */
|
||||
|
||||
Reference in New Issue
Block a user