minor: Add some currently commented out debug log lines for investigating issues resolving group IDs for land parcels on OAR loading where groups do not exist

connector_plugin
Justin Clark-Casey (justincc) 2012-11-23 05:43:51 +00:00
parent 999cb4b20c
commit cda531bc3c
1 changed files with 5 additions and 0 deletions

View File

@ -557,9 +557,14 @@ namespace OpenSim.Region.CoreModules.World.Archiver
if (!ResolveGroupUuid(parcel.GroupID))
{
// m_log.DebugFormat("[ARCHIVE READ REQUEST]: Could not find group {0}", parcel.GroupID);
parcel.GroupID = UUID.Zero;
parcel.IsGroupOwned = false;
}
// else
// {
// m_log.DebugFormat("[ARCHIVE READ REQUEST]: Found group {0}", parcel.GroupID);
// }
List<LandAccessEntry> accessList = new List<LandAccessEntry>();
foreach (LandAccessEntry entry in parcel.ParcelAccessList)