diff options
author | Dr Scofield | 2009-05-18 15:50:14 +0000 |
---|---|---|
committer | Dr Scofield | 2009-05-18 15:50:14 +0000 |
commit | 300c895739b950ffd8a5483cac76a4490b1f0825 (patch) | |
tree | ccc4283a5a34fe0f17d944c970d65aef740d954e /OpenSim | |
parent | From: Alan Webb <alan_webb> & Dr Scofield<drscofield@xyzzyxyzzy.net> (diff) | |
download | opensim-SC_OLD-300c895739b950ffd8a5483cac76a4490b1f0825.zip opensim-SC_OLD-300c895739b950ffd8a5483cac76a4490b1f0825.tar.gz opensim-SC_OLD-300c895739b950ffd8a5483cac76a4490b1f0825.tar.bz2 opensim-SC_OLD-300c895739b950ffd8a5483cac76a4490b1f0825.tar.xz |
logging ACL list additions
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs index 9ed00e6..e05f7dc 100644 --- a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs +++ b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs | |||
@@ -2246,9 +2246,10 @@ namespace OpenSim.ApplicationPlugins.RemoteController | |||
2246 | { | 2246 | { |
2247 | string[] parts = name.Split(); | 2247 | string[] parts = name.Split(); |
2248 | CachedUserInfo udata = ups.GetUserDetails(parts[0],parts[1]); | 2248 | CachedUserInfo udata = ups.GetUserDetails(parts[0],parts[1]); |
2249 | if (udata != null) | 2249 | if (udata != null) |
2250 | { | 2250 | { |
2251 | uuids.Add(udata.UserProfile.ID); | 2251 | uuids.Add(udata.UserProfile.ID); |
2252 | m_log.DebugFormat("[RADMIN] adding \"{0}\" to ACL for \"{1}\"", name, s.RegionInfo.RegionName); | ||
2252 | } | 2253 | } |
2253 | } | 2254 | } |
2254 | List<UUID> acl = new List<UUID>(s.RegionInfo.EstateSettings.EstateAccess); | 2255 | List<UUID> acl = new List<UUID>(s.RegionInfo.EstateSettings.EstateAccess); |