diff options
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) |