Minor change in error message (HG teleport failures)

This commit is contained in:
Diva Canto
2012-04-27 09:24:50 -07:00
parent e4e754ee93
commit c84f63f4dc

View File

@@ -173,7 +173,7 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
if (sp.UserLevel < m_levelHGTeleport)
{
m_log.WarnFormat("[HG ENTITY TRANSFER MODULE]: Unable to HG teleport agent due to insufficient UserLevel.");
reason = "HyperGrid teleport not permitted";
reason = "Hypergrid teleport not allowed";
return false;
}