From 78f831ef5220907e4d50422a5422063921062cf8 Mon Sep 17 00:00:00 2001
From: Justin Clarke Casey
Date: Sun, 7 Sep 2008 03:22:33 +0000
Subject: * minor: Clean up of logging messages to make following the client
login process easier * documentation
---
OpenSim/Region/Environment/Scenes/Scene.cs | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
(limited to 'OpenSim/Region/Environment')
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs
index 9e784d6..d8ce3f0 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.cs
@@ -2513,7 +2513,7 @@ namespace OpenSim.Region.Environment.Scenes
#region RegionComms
///
- ///
+ /// Register the methods that should be invoked when this scene receives various incoming events
///
public void RegisterCommsEvents()
{
@@ -2549,7 +2549,7 @@ namespace OpenSim.Region.Environment.Scenes
}
///
- /// Do the work necessary to initiate a new user connection.
+ /// Do the work necessary to initiate a new user connection for a particular scene.
/// At the moment, this consists of setting up the caps infrastructure
///
///
@@ -2582,10 +2582,6 @@ namespace OpenSim.Region.Environment.Scenes
}
}
- m_log.DebugFormat(
- "[CONNECTION DEBUGGING]: Creating new circuit code ({0}) for avatar {1} at {2}",
- agent.circuitcode, agent.AgentID, RegionInfo.RegionName);
-
m_authenticateHandler.AddNewCircuit(agent.circuitcode, agent);
// rewrite session_id
CachedUserInfo userinfo = CommsManager.UserProfileCacheService.GetUserDetails(agent.AgentID);
--
cgit v1.1