Slight rewording of output messages.

0.7.3-extended
Diva Canto 2012-04-24 22:40:07 -07:00 committed by Justin Clark-Casey (justincc)
parent 2e397d1514
commit 6145f90423
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
// check if HyperGrid teleport is allowed, based on user level
if (sp.UserLevel < m_levelHGTeleport)
{
m_log.WarnFormat("[ENTITY TRANSFER MODULE]: Final destination link is non permitted hypergrid region. Unable to teleport agent.");
m_log.WarnFormat("[HG ENTITY TRANSFER MODULE]: Unable to HG teleport agent due to insufficient UserLevel.");
reason = "HyperGrid teleport not permitted";
return false;
}