mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
* 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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user