* minor: Yet another minor logging message tweak following on from the last commit

0.6.0-stable
Justin Clarke Casey 2008-06-05 02:12:44 +00:00
parent 7f10e5f338
commit 78d7d6edb0
1 changed files with 1 additions and 1 deletions

View File

@ -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();