diff options
Diffstat (limited to '')
-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) |