From 78d7d6edb06d23766a0984d1edf42feaeff93fa4 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Thu, 5 Jun 2008 02:12:44 +0000 Subject: * minor: Yet another minor logging message tweak following on from the last commit --- OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim') 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 { //session/circuit not authorised m_log.WarnFormat( - "[CLIENT]: New user request denied to avatar {0} with circuit code {1} at {2}", + "[CLIENT]: New user request denied to avatar {0} connecting with circuit code {1} from {2}", m_agentId, m_circuitCode, m_userEndPoint); m_packetQueue.Close(); -- cgit v1.1