aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorUbitUmarov2016-08-16 04:21:49 +0100
committerUbitUmarov2016-08-16 04:21:49 +0100
commit41062c16273cb07f90dc282e4379dd649782988a (patch)
tree923e0a91d7bd88584f7c152208aeae71c5a246c4
parent fix llVolumeDetect(FALSE) not working (diff)
downloadopensim-SC_OLD-41062c16273cb07f90dc282e4379dd649782988a.zip
opensim-SC_OLD-41062c16273cb07f90dc282e4379dd649782988a.tar.gz
opensim-SC_OLD-41062c16273cb07f90dc282e4379dd649782988a.tar.bz2
opensim-SC_OLD-41062c16273cb07f90dc282e4379dd649782988a.tar.xz
fix misspelled message mantis: 7996
-rwxr-xr-xOpenSim/Region/Framework/Scenes/Scene.cs2
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 }