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
parent
999cb4b20c
commit
cda531bc3c
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue