diff options
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 |