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/Environment/Scenes/SceneCommunicationService.cs | |
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/Environment/Scenes/SceneCommunicationService.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs b/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs index c9abd97..7653bf4 100644 --- a/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs +++ b/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs | |||
@@ -568,7 +568,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
568 | + "/CAPS/" + circuitdata.CapsPath + "0000/"; | 568 | + "/CAPS/" + circuitdata.CapsPath + "0000/"; |
569 | 569 | ||
570 | m_log.DebugFormat( | 570 | m_log.DebugFormat( |
571 | "[CONNECTION DEBUGGING]: Sending new CAPS seed url {0} to avatar {1}", capsPath, avatar.UUID); | 571 | "[CAPS]: Sending new CAPS seed url {0} to client {1}", capsPath, avatar.UUID); |
572 | 572 | ||
573 | avatar.ControllingClient.SendRegionTeleport(regionHandle, 13, reg.ExternalEndPoint, 4, (1 << 4), | 573 | avatar.ControllingClient.SendRegionTeleport(regionHandle, 13, reg.ExternalEndPoint, 4, (1 << 4), |
574 | capsPath); | 574 | capsPath); |