diff options
author | Justin Clarke Casey | 2009-01-21 18:46:44 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-01-21 18:46:44 +0000 |
commit | d2d273aebe3a78eaff52d8bf3bbf21cfc8319654 (patch) | |
tree | 4103dacd85557909940f606ad45bbc13c514da37 /OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs | |
parent | minor: find in existing senderUUID field for chat messages originating from a... (diff) | |
download | opensim-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 '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 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) |