stop some log abotu parcelinfo find

This commit is contained in:
UbitUmarov
2020-08-19 20:16:41 +01:00
parent 9c378a4fbd
commit 069e8a50ee
2 changed files with 2 additions and 2 deletions

View File

@@ -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;
}

View File

@@ -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)
{