* minor: move connection success log message so that it doesn't get printed again if a duplicate use circuit code packet comes in

This commit is contained in:
Justin Clarke Casey
2009-01-21 18:46:44 +00:00
parent 22aeda3ba1
commit d2d273aebe
2 changed files with 7 additions and 7 deletions

View File

@@ -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)