logging ACL list additions
parent
e1a1d38aff
commit
300c895739
|
@ -2249,6 +2249,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController
|
|||
if (udata != null)
|
||||
{
|
||||
uuids.Add(udata.UserProfile.ID);
|
||||
m_log.DebugFormat("[RADMIN] adding \"{0}\" to ACL for \"{1}\"", name, s.RegionInfo.RegionName);
|
||||
}
|
||||
}
|
||||
List<UUID> acl = new List<UUID>(s.RegionInfo.EstateSettings.EstateAccess);
|
||||
|
|
Loading…
Reference in New Issue