Normalized ALL URLs with trailing /'s hopefully. Fixed show hyperlinks command. mantis #5259

This commit is contained in:
Diva Canto
2010-12-09 16:52:37 -08:00
parent 3675bb2981
commit cefdee8aaf
5 changed files with 9 additions and 3 deletions

View File

@@ -1299,7 +1299,7 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
#region Agent Arrived
public void AgentArrivedAtDestination(UUID id)
{
//m_log.Debug(" >>> ReleaseAgent called <<< ");
m_log.DebugFormat("[ENTITY TRANSFER MODULE]: Agent {0} released", id);
ResetFromTransit(id);
}