diff options
Diffstat (limited to 'OpenSim')
-rwxr-xr-x | OpenSim/Region/Framework/Scenes/Scene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 5d5ea89..d5dbcaf 100755 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -4452,7 +4452,7 @@ Label_GroupsDone: | |||
4452 | { | 4452 | { |
4453 | m_log.WarnFormat("[CONNECTION BEGIN]: Denied access to: {0} ({1} {2}) at {3} because the user does not have access to the estate", | 4453 | m_log.WarnFormat("[CONNECTION BEGIN]: Denied access to: {0} ({1} {2}) at {3} because the user does not have access to the estate", |
4454 | agent.AgentID, agent.firstname, agent.lastname, RegionInfo.RegionName); | 4454 | agent.AgentID, agent.firstname, agent.lastname, RegionInfo.RegionName); |
4455 | reason = String.Format("Denied access to private region {0}: You are do not have access to that region.", | 4455 | reason = String.Format("Denied access to private region {0}: You do not have access to that region.", |
4456 | RegionInfo.RegionName); | 4456 | RegionInfo.RegionName); |
4457 | return false; | 4457 | return false; |
4458 | } | 4458 | } |