mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
stop some log abotu parcelinfo find
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user