From ad6783ff40a1e3edd3895ffa8b9d8a8f0d72657f Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Tue, 25 Mar 2008 22:04:41 +0000 Subject: * Massaging CAPS setup/teardown log messages * Leaving quite a few debug messages in for now to help deal with bugs arising --- OpenSim/Grid/UserServer/UserLoginService.cs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'OpenSim/Grid/UserServer') diff --git a/OpenSim/Grid/UserServer/UserLoginService.cs b/OpenSim/Grid/UserServer/UserLoginService.cs index 20273ab..60408ff 100644 --- a/OpenSim/Grid/UserServer/UserLoginService.cs +++ b/OpenSim/Grid/UserServer/UserLoginService.cs @@ -146,6 +146,10 @@ namespace OpenSim.Grid.UserServer //Not sure if the + "/CAPS/" should in fact be +"CAPS/" depending if there is already a / as part of httpServerURI string capsPath = Util.GetRandomCapsPath(); response.SeedCapability = SimInfo.httpServerURI + "CAPS/" + capsPath + "0000/"; + + m_log.DebugFormat( + "[CAPS]: Sending new CAPS seed url {0} to client {1}", + response.SeedCapability, response.AgentID); // Notify the target of an incoming user //CFK: The "Notifying" message always seems to appear, so subsume the data from this message into -- cgit v1.1