diff options
author | Justin Clarke Casey | 2008-09-07 05:07:57 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-09-07 05:07:57 +0000 |
commit | 815278531ab578dc5c4fbfefb71c6b458c201571 (patch) | |
tree | d467b4222462e8d590d9cdf47268a016bfddac83 /OpenSim/Region/ClientStack | |
parent | * refactor: Remove duplication in UserLoginService where most of the emergenc... (diff) | |
download | opensim-SC_OLD-815278531ab578dc5c4fbfefb71c6b458c201571.zip opensim-SC_OLD-815278531ab578dc5c4fbfefb71c6b458c201571.tar.gz opensim-SC_OLD-815278531ab578dc5c4fbfefb71c6b458c201571.tar.bz2 opensim-SC_OLD-815278531ab578dc5c4fbfefb71c6b458c201571.tar.xz |
* Improve login failure handling.
* Now it should properly inform the user and stop a login if a region server could not be contacted in order to expect a user (the last commit didn't actually quite work correctly)
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index b721fa3..356dee8 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -428,8 +428,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
428 | m_clientThread.IsBackground = true; | 428 | m_clientThread.IsBackground = true; |
429 | m_clientThread.Start(); | 429 | m_clientThread.Start(); |
430 | ThreadTracker.Add(m_clientThread); | 430 | ThreadTracker.Add(m_clientThread); |
431 | |||
432 | m_log.DebugFormat("[CLIENT]: Started new UDP session thread for agent {0}, circuit {1}", agentId, circuitCode); | ||
433 | } | 431 | } |
434 | 432 | ||
435 | public void SetDebug(int newDebug) | 433 | public void SetDebug(int newDebug) |