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/ClientStack | |
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/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 4a50d92..fc99334 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -58,7 +58,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
58 | 58 | ||
59 | // ~ClientView() | 59 | // ~ClientView() |
60 | // { | 60 | // { |
61 | // m_log.Info("[CLIENTVIEW]: Destructor called"); | 61 | // m_log.Info("[CLIENT]: LLClientView destructor called"); |
62 | // } | 62 | // } |
63 | 63 | ||
64 | /* static variables */ | 64 | /* static variables */ |