aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index 9a211b4..701f2aa 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -704,7 +704,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
704 { 704 {
705 //session/circuit not authorised 705 //session/circuit not authorised
706 m_log.WarnFormat( 706 m_log.WarnFormat(
707 "[CLIENT]: New user request denied to avatar {0} with circuit code {1} at {2}", 707 "[CLIENT]: New user request denied to avatar {0} connecting with circuit code {1} from {2}",
708 m_agentId, m_circuitCode, m_userEndPoint); 708 m_agentId, m_circuitCode, m_userEndPoint);
709 709
710 m_packetQueue.Close(); 710 m_packetQueue.Close();