aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-06-05 02:12:44 +0000
committerJustin Clarke Casey2008-06-05 02:12:44 +0000
commit78d7d6edb06d23766a0984d1edf42feaeff93fa4 (patch)
treeae4b4456be04a2fd09063b40678953e920087efc /OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
parent* minor: Increase verbosity of "new user request denied" incoming session war... (diff)
downloadopensim-SC_OLD-78d7d6edb06d23766a0984d1edf42feaeff93fa4.zip
opensim-SC_OLD-78d7d6edb06d23766a0984d1edf42feaeff93fa4.tar.gz
opensim-SC_OLD-78d7d6edb06d23766a0984d1edf42feaeff93fa4.tar.bz2
opensim-SC_OLD-78d7d6edb06d23766a0984d1edf42feaeff93fa4.tar.xz
* minor: Yet another minor logging message tweak following on from the last commit
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-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();