diff options
author | Adam Frisby | 2008-11-18 00:47:30 +0000 |
---|---|---|
committer | Adam Frisby | 2008-11-18 00:47:30 +0000 |
commit | 434afaf717eef01f26b6b95ba8b4ae50fc470a4c (patch) | |
tree | 149637356d5a88ea2320fb3f56fd157c40cd41b1 /OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |
parent | Prevent the texture downloader from locking a null object when a download (diff) | |
download | opensim-SC_OLD-434afaf717eef01f26b6b95ba8b4ae50fc470a4c.zip opensim-SC_OLD-434afaf717eef01f26b6b95ba8b4ae50fc470a4c.tar.gz opensim-SC_OLD-434afaf717eef01f26b6b95ba8b4ae50fc470a4c.tar.bz2 opensim-SC_OLD-434afaf717eef01f26b6b95ba8b4ae50fc470a4c.tar.xz |
* Added and removed debug information relating to client connections
* Minor client fixes
* Added the ability for a client to login without a UserProfile, allowing certain alternate clients to connect to the region.
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index b9bc888..3265817 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -775,7 +775,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
775 | 775 | ||
776 | // Don't let a failure in an individual client thread crash the whole sim. | 776 | // Don't let a failure in an individual client thread crash the whole sim. |
777 | m_log.ErrorFormat( | 777 | m_log.ErrorFormat( |
778 | "[CLIENT]: Client thread for {0} {1} crashed. Logging them out. Exception {2}", Name, AgentId, e); | 778 | "[CLIENT]: Client thread for {0} {1} crashed. Logging them out.", Name, AgentId); |
779 | m_log.Error(e.ToString()); | ||
779 | 780 | ||
780 | try | 781 | try |
781 | { | 782 | { |