diff options
author | Justin Clarke Casey | 2008-10-03 14:18:17 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-10-03 14:18:17 +0000 |
commit | 8c55f3eaa671f22012a567138b6ee55b4c3e4941 (patch) | |
tree | d4c4ebb5b13a235b5609ef035bd7ac3870e44c7c /OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |
parent | Prevent attachments to be persisted in the destination region when the (diff) | |
download | opensim-SC_OLD-8c55f3eaa671f22012a567138b6ee55b4c3e4941.zip opensim-SC_OLD-8c55f3eaa671f22012a567138b6ee55b4c3e4941.tar.gz opensim-SC_OLD-8c55f3eaa671f22012a567138b6ee55b4c3e4941.tar.bz2 opensim-SC_OLD-8c55f3eaa671f22012a567138b6ee55b4c3e4941.tar.xz |
* minor: remove warnings (the code cleaners strike again)
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 1c7bbec..af760ae 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -783,8 +783,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
783 | 783 | ||
784 | ClientLoop(); | 784 | ClientLoop(); |
785 | } | 785 | } |
786 | } | 786 | } |
787 | //Todo set as Generic Exception again. | ||
788 | catch (System.Exception e) | 787 | catch (System.Exception e) |
789 | { | 788 | { |
790 | if (e is ThreadAbortException) | 789 | if (e is ThreadAbortException) |
@@ -794,7 +793,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
794 | StatsManager.SimExtraStats.AddAbnormalClientThreadTermination(); | 793 | StatsManager.SimExtraStats.AddAbnormalClientThreadTermination(); |
795 | 794 | ||
796 | // Don't let a failure in an individual client thread crash the whole sim. | 795 | // Don't let a failure in an individual client thread crash the whole sim. |
797 | m_log.ErrorFormat("[CLIENT]: Client thread for {0} {1} crashed. Logging them out. Exception {2}", Name, AgentId, e); | 796 | m_log.ErrorFormat( |
797 | "[CLIENT]: Client thread for {0} {1} crashed. Logging them out. Exception {2}", Name, AgentId, e); | ||
798 | 798 | ||
799 | try | 799 | try |
800 | { | 800 | { |