diff options
author | Justin Clarke Casey | 2009-01-06 21:39:55 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-01-06 21:39:55 +0000 |
commit | a31792ee5cb1ce619f21f5b428926c4709c3f14b (patch) | |
tree | f82a09b918c277741c97fdf4dca85fe1bd8463ac /OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs | |
parent | * Rename GetRandomCapsPath() to GetRandomCapsObjectPath() to fit in with term... (diff) | |
download | opensim-SC-a31792ee5cb1ce619f21f5b428926c4709c3f14b.zip opensim-SC-a31792ee5cb1ce619f21f5b428926c4709c3f14b.tar.gz opensim-SC-a31792ee5cb1ce619f21f5b428926c4709c3f14b.tar.bz2 opensim-SC-a31792ee5cb1ce619f21f5b428926c4709c3f14b.tar.xz |
* prune and regrade log messages relating to client login and logout
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs b/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs index 2daf425..f1a3c7f 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs | |||
@@ -407,9 +407,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
407 | /// <param name="epSender"></param> | 407 | /// <param name="epSender"></param> |
408 | /// <param name="epProxy"></param> | 408 | /// <param name="epProxy"></param> |
409 | protected virtual void AddNewClient(UseCircuitCodePacket useCircuit, EndPoint epSender, EndPoint epProxy) | 409 | protected virtual void AddNewClient(UseCircuitCodePacket useCircuit, EndPoint epSender, EndPoint epProxy) |
410 | { | 410 | { |
411 | m_log.Debug("[CONNECTION DEBUGGING] AddNewClient Called"); | ||
412 | |||
413 | //Slave regions don't accept new clients | 411 | //Slave regions don't accept new clients |
414 | if (m_localScene.Region_Status != RegionStatus.SlaveScene) | 412 | if (m_localScene.Region_Status != RegionStatus.SlaveScene) |
415 | { | 413 | { |
@@ -426,7 +424,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
426 | } | 424 | } |
427 | else | 425 | else |
428 | { | 426 | { |
429 | m_log.Info("[CLIENT]: Got authenticated connection from " + epSender); | 427 | m_log.Debug("[CLIENT]: Got authenticated connection from " + epSender); |
430 | } | 428 | } |
431 | 429 | ||
432 | lock (clientCircuits) | 430 | lock (clientCircuits) |