From d2d273aebe3a78eaff52d8bf3bbf21cfc8319654 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Wed, 21 Jan 2009 18:46:44 +0000 Subject: * minor: move connection success log message so that it doesn't get printed again if a duplicate use circuit code packet comes in --- OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Environment/Scenes') 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 if (reg != null) { m_log.DebugFormat( - "[SCENE COMMUNICATION SERVICE]: RequestTeleportToLocation to {0} {1}", + "[SCENE COMMUNICATION SERVICE]: RequestTeleportToLocation to {0} in {1}", position, reg.RegionName); if (eq == null) -- cgit v1.1