From 069e8a50eeac06dc580ebb9a4f3cbbc24085a3a1 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Wed, 19 Aug 2020 20:16:41 +0100 Subject: [PATCH] stop some log abotu parcelinfo find --- .../ServiceConnectorsOut/Land/LocalLandServiceConnector.cs | 2 +- OpenSim/Services/Connectors/Land/LandServicesConnector.cs | 2 +- 2 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 8baf41a3d9..fdd5aa4d54 100644 --- a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Land/LocalLandServiceConnector.cs +++ b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Land/LocalLandServiceConnector.cs @@ -151,7 +151,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Land } } - m_log.Debug("[LAND CONNECTOR]: didn't find land data locally."); + //m_log.Debug("[LAND CONNECTOR]: didn't find land data locally."); return null; } diff --git a/OpenSim/Services/Connectors/Land/LandServicesConnector.cs b/OpenSim/Services/Connectors/Land/LandServicesConnector.cs index 5492e83a96..49ba51b9b2 100644 --- a/OpenSim/Services/Connectors/Land/LandServicesConnector.cs +++ b/OpenSim/Services/Connectors/Land/LandServicesConnector.cs @@ -119,7 +119,7 @@ namespace OpenSim.Services.Connectors regionAccess = (byte)Convert.ToInt32((string)hash["RegionAccess"]); if(hash["Dwell"] != null) landData.Dwell = Convert.ToSingle((string)hash["Dwell"]); - m_log.DebugFormat("[LAND CONNECTOR]: Got land data for parcel {0}", landData.Name); + //m_log.DebugFormat("[LAND CONNECTOR]: Got land data for parcel {0}", landData.Name); } catch (Exception e) {