diff options
author | Justin Clarke Casey | 2008-03-25 22:04:41 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-03-25 22:04:41 +0000 |
commit | ad6783ff40a1e3edd3895ffa8b9d8a8f0d72657f (patch) | |
tree | 40c7d225458b38cb23e0fe7ce28b4aa972a2e412 /OpenSim/Grid | |
parent | * Print out the exception stacks of resolution failures, temporarily (diff) | |
download | opensim-SC_OLD-ad6783ff40a1e3edd3895ffa8b9d8a8f0d72657f.zip opensim-SC_OLD-ad6783ff40a1e3edd3895ffa8b9d8a8f0d72657f.tar.gz opensim-SC_OLD-ad6783ff40a1e3edd3895ffa8b9d8a8f0d72657f.tar.bz2 opensim-SC_OLD-ad6783ff40a1e3edd3895ffa8b9d8a8f0d72657f.tar.xz |
* Massaging CAPS setup/teardown log messages
* Leaving quite a few debug messages in for now to help deal with bugs arising
Diffstat (limited to 'OpenSim/Grid')
-rw-r--r-- | OpenSim/Grid/UserServer/UserLoginService.cs | 4 |
1 files changed, 4 insertions, 0 deletions
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 | |||
146 | //Not sure if the + "/CAPS/" should in fact be +"CAPS/" depending if there is already a / as part of httpServerURI | 146 | //Not sure if the + "/CAPS/" should in fact be +"CAPS/" depending if there is already a / as part of httpServerURI |
147 | string capsPath = Util.GetRandomCapsPath(); | 147 | string capsPath = Util.GetRandomCapsPath(); |
148 | response.SeedCapability = SimInfo.httpServerURI + "CAPS/" + capsPath + "0000/"; | 148 | response.SeedCapability = SimInfo.httpServerURI + "CAPS/" + capsPath + "0000/"; |
149 | |||
150 | m_log.DebugFormat( | ||
151 | "[CAPS]: Sending new CAPS seed url {0} to client {1}", | ||
152 | response.SeedCapability, response.AgentID); | ||
149 | 153 | ||
150 | // Notify the target of an incoming user | 154 | // Notify the target of an incoming user |
151 | //CFK: The "Notifying" message always seems to appear, so subsume the data from this message into | 155 | //CFK: The "Notifying" message always seems to appear, so subsume the data from this message into |