* minor: Yet another minor logging message tweak following on from the last commit
parent
7f10e5f338
commit
78d7d6edb0
|
@ -704,7 +704,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||||
{
|
{
|
||||||
//session/circuit not authorised
|
//session/circuit not authorised
|
||||||
m_log.WarnFormat(
|
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_agentId, m_circuitCode, m_userEndPoint);
|
||||||
|
|
||||||
m_packetQueue.Close();
|
m_packetQueue.Close();
|
||||||
|
|
Loading…
Reference in New Issue