diff options
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 1044d8f..9a211b4 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -703,7 +703,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
703 | if (!sessionInfo.Authorised) | 703 | if (!sessionInfo.Authorised) |
704 | { | 704 | { |
705 | //session/circuit not authorised | 705 | //session/circuit not authorised |
706 | m_log.Info("[CLIENT]: New user request denied to " + m_userEndPoint.ToString()); | 706 | m_log.WarnFormat( |
707 | "[CLIENT]: New user request denied to avatar {0} with circuit code {1} at {2}", | ||
708 | m_agentId, m_circuitCode, m_userEndPoint); | ||
709 | |||
707 | m_packetQueue.Close(); | 710 | m_packetQueue.Close(); |
708 | m_clientThread.Abort(); | 711 | m_clientThread.Abort(); |
709 | } | 712 | } |