aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/EntityTransfer/HGEntityTransferModule.cs
diff options
context:
space:
mode:
authorDiva Canto2012-04-24 22:40:07 -0700
committerDiva Canto2012-04-24 22:40:07 -0700
commit7aa25c6762e40ee9254e2982a9fca89913fa0279 (patch)
tree41f367a78e5ca825f52517552eb705c319730d10 /OpenSim/Region/CoreModules/Framework/EntityTransfer/HGEntityTransferModule.cs
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-7aa25c6762e40ee9254e2982a9fca89913fa0279.zip
opensim-SC_OLD-7aa25c6762e40ee9254e2982a9fca89913fa0279.tar.gz
opensim-SC_OLD-7aa25c6762e40ee9254e2982a9fca89913fa0279.tar.bz2
opensim-SC_OLD-7aa25c6762e40ee9254e2982a9fca89913fa0279.tar.xz
Slight rewording of output messages.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/CoreModules/Framework/EntityTransfer/HGEntityTransferModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Framework/EntityTransfer/HGEntityTransferModule.cs b/OpenSim/Region/CoreModules/Framework/EntityTransfer/HGEntityTransferModule.cs
index 6a92e61..634fb43 100644
--- a/OpenSim/Region/CoreModules/Framework/EntityTransfer/HGEntityTransferModule.cs
+++ b/OpenSim/Region/CoreModules/Framework/EntityTransfer/HGEntityTransferModule.cs
@@ -172,7 +172,7 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
172 // check if HyperGrid teleport is allowed, based on user level 172 // check if HyperGrid teleport is allowed, based on user level
173 if (sp.UserLevel < m_levelHGTeleport) 173 if (sp.UserLevel < m_levelHGTeleport)
174 { 174 {
175 m_log.WarnFormat("[ENTITY TRANSFER MODULE]: Final destination link is non permitted hypergrid region. Unable to teleport agent."); 175 m_log.WarnFormat("[HG ENTITY TRANSFER MODULE]: Unable to HG teleport agent due to insufficient UserLevel.");
176 reason = "HyperGrid teleport not permitted"; 176 reason = "HyperGrid teleport not permitted";
177 return false; 177 return false;
178 } 178 }