aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-01-21 18:46:44 +0000
committerJustin Clarke Casey2009-01-21 18:46:44 +0000
commitd2d273aebe3a78eaff52d8bf3bbf21cfc8319654 (patch)
tree4103dacd85557909940f606ad45bbc13c514da37 /OpenSim/Region/Environment/Scenes
parentminor: find in existing senderUUID field for chat messages originating from a... (diff)
downloadopensim-SC_OLD-d2d273aebe3a78eaff52d8bf3bbf21cfc8319654.zip
opensim-SC_OLD-d2d273aebe3a78eaff52d8bf3bbf21cfc8319654.tar.gz
opensim-SC_OLD-d2d273aebe3a78eaff52d8bf3bbf21cfc8319654.tar.bz2
opensim-SC_OLD-d2d273aebe3a78eaff52d8bf3bbf21cfc8319654.tar.xz
* minor: move connection success log message so that it doesn't get printed again if a duplicate use circuit code packet comes in
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs b/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs
index 74f5dc7..596862b 100644
--- a/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs
+++ b/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs
@@ -726,7 +726,7 @@ namespace OpenSim.Region.Environment.Scenes
726 if (reg != null) 726 if (reg != null)
727 { 727 {
728 m_log.DebugFormat( 728 m_log.DebugFormat(
729 "[SCENE COMMUNICATION SERVICE]: RequestTeleportToLocation to {0} {1}", 729 "[SCENE COMMUNICATION SERVICE]: RequestTeleportToLocation to {0} in {1}",
730 position, reg.RegionName); 730 position, reg.RegionName);
731 731
732 if (eq == null) 732 if (eq == null)