aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
diff options
context:
space:
mode:
authorRobert Adams2013-12-24 12:31:26 -0800
committerRobert Adams2013-12-24 12:31:26 -0800
commite5f7c8b6e83170cbc7e0d49d9efd3fc3600396d3 (patch)
tree57ef97b754fb3de30c37929ed890ecb982496735 /OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
parentvarregion: remove unused Scene.HaveNeighbor routine. Its computation (diff)
downloadopensim-SC_OLD-e5f7c8b6e83170cbc7e0d49d9efd3fc3600396d3.zip
opensim-SC_OLD-e5f7c8b6e83170cbc7e0d49d9efd3fc3600396d3.tar.gz
opensim-SC_OLD-e5f7c8b6e83170cbc7e0d49d9efd3fc3600396d3.tar.bz2
opensim-SC_OLD-e5f7c8b6e83170cbc7e0d49d9efd3fc3600396d3.tar.xz
varregion: add lots of DEBUG level log messages. Especially for teleport.
Diffstat (limited to 'OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs')
-rw-r--r--OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs b/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
index 893b3c6..2aa43bc 100644
--- a/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
+++ b/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
@@ -1998,8 +1998,9 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
1998 1998
1999 // Given a world position (fractional meter coordinate), get the GridRegion info for 1999 // Given a world position (fractional meter coordinate), get the GridRegion info for
2000 // the region containing that point. 2000 // the region containing that point.
2001 // Someday this should be a method on GridService.
2001 // Return 'null' if no such region exists. 2002 // Return 'null' if no such region exists.
2002 private GridRegion GetRegionContainingWorldLocation(IGridService pGridService, UUID pScopeID, double px, double py) 2003 public GridRegion GetRegionContainingWorldLocation(IGridService pGridService, UUID pScopeID, double px, double py)
2003 { 2004 {
2004 m_log.DebugFormat("{0} GetRegionContainingWorldLocation: call, XY=<{1},{2}>", LogHeader, px, py); 2005 m_log.DebugFormat("{0} GetRegionContainingWorldLocation: call, XY=<{1},{2}>", LogHeader, px, py);
2005 GridRegion ret = null; 2006 GridRegion ret = null;