mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
* prune and regrade log messages relating to client login and logout
This commit is contained in:
@@ -407,9 +407,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
/// <param name="epSender"></param>
|
||||
/// <param name="epProxy"></param>
|
||||
protected virtual void AddNewClient(UseCircuitCodePacket useCircuit, EndPoint epSender, EndPoint epProxy)
|
||||
{
|
||||
m_log.Debug("[CONNECTION DEBUGGING] AddNewClient Called");
|
||||
|
||||
{
|
||||
//Slave regions don't accept new clients
|
||||
if (m_localScene.Region_Status != RegionStatus.SlaveScene)
|
||||
{
|
||||
@@ -426,7 +424,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
}
|
||||
else
|
||||
{
|
||||
m_log.Info("[CLIENT]: Got authenticated connection from " + epSender);
|
||||
m_log.Debug("[CLIENT]: Got authenticated connection from " + epSender);
|
||||
}
|
||||
|
||||
lock (clientCircuits)
|
||||
|
||||
Reference in New Issue
Block a user