aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Land
diff options
context:
space:
mode:
authorUbitUmarov2016-08-23 11:52:52 +0100
committerUbitUmarov2016-08-23 11:52:52 +0100
commited6d9199ce48c7913cf7b8d084ee2afe922e3045 (patch)
tree22a1c95e99ff9851d540990b9781a3cbe74bf9a4 /OpenSim/Region/CoreModules/ServiceConnectorsOut/Land
parent replace warp3D.dll by a newer modified version. (only minor testing done :( (diff)
downloadopensim-SC-ed6d9199ce48c7913cf7b8d084ee2afe922e3045.zip
opensim-SC-ed6d9199ce48c7913cf7b8d084ee2afe922e3045.tar.gz
opensim-SC-ed6d9199ce48c7913cf7b8d084ee2afe922e3045.tar.bz2
opensim-SC-ed6d9199ce48c7913cf7b8d084ee2afe922e3045.tar.xz
coment some debug messages
Diffstat (limited to 'OpenSim/Region/CoreModules/ServiceConnectorsOut/Land')
-rw-r--r--OpenSim/Region/CoreModules/ServiceConnectorsOut/Land/LocalLandServiceConnector.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Land/LocalLandServiceConnector.cs b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Land/LocalLandServiceConnector.cs
index 2e22965..9e251aa 100644
--- a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Land/LocalLandServiceConnector.cs
+++ b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Land/LocalLandServiceConnector.cs
@@ -121,8 +121,8 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Land
121 public LandData GetLandData(UUID scopeID, ulong regionHandle, uint x, uint y, out byte regionAccess) 121 public LandData GetLandData(UUID scopeID, ulong regionHandle, uint x, uint y, out byte regionAccess)
122 { 122 {
123 regionAccess = 2; 123 regionAccess = 2;
124 m_log.DebugFormat("[LAND CONNECTOR]: request for land data in {0} at {1}, {2}", 124// m_log.DebugFormat("[LAND CONNECTOR]: request for land data in {0} at {1}, {2}",
125 regionHandle, x, y); 125// regionHandle, x, y);
126 126
127 uint rx = 0, ry = 0; 127 uint rx = 0, ry = 0;
128 Util.RegionHandleToWorldLoc(regionHandle, out rx, out ry); 128 Util.RegionHandleToWorldLoc(regionHandle, out rx, out ry);