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/Region/Communications/Local | |
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/Region/Communications/Local')
-rw-r--r-- | OpenSim/Region/Communications/Local/LocalLoginService.cs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/OpenSim/Region/Communications/Local/LocalLoginService.cs b/OpenSim/Region/Communications/Local/LocalLoginService.cs index 3eac7e9..6f12601 100644 --- a/OpenSim/Region/Communications/Local/LocalLoginService.cs +++ b/OpenSim/Region/Communications/Local/LocalLoginService.cs | |||
@@ -159,7 +159,11 @@ namespace OpenSim.Region.Communications.Local | |||
159 | 159 | ||
160 | response.SeedCapability = "http://" + reg.ExternalHostName + ":" + | 160 | response.SeedCapability = "http://" + reg.ExternalHostName + ":" + |
161 | serversInfo.HttpListenerPort.ToString() + "/CAPS/" + capsPath + "0000/"; | 161 | serversInfo.HttpListenerPort.ToString() + "/CAPS/" + capsPath + "0000/"; |
162 | // response.SeedCapability = "http://" + reg.ExternalHostName + ":" + this.serversInfo.HttpListenerPort.ToString() + "/CapsSeed/" + capsPath + "0000/"; | 162 | |
163 | m_log.DebugFormat( | ||
164 | "[CAPS]: Sending new CAPS seed url {0} to client {1}", | ||
165 | response.SeedCapability, response.AgentID); | ||
166 | |||
163 | theUser.currentAgent.currentRegion = reg.RegionID; | 167 | theUser.currentAgent.currentRegion = reg.RegionID; |
164 | theUser.currentAgent.currentHandle = reg.RegionHandle; | 168 | theUser.currentAgent.currentHandle = reg.RegionHandle; |
165 | 169 | ||