* minor: Change around more debugging messages

This commit is contained in:
Justin Clarke Casey
2009-01-14 18:46:33 +00:00
parent 6ae1b80d20
commit 75ea84f3d2
7 changed files with 35 additions and 17 deletions

View File

@@ -1378,7 +1378,7 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Currency.SampleMoney
if (m_rootAgents[avatar.UUID] == avatar.Scene.RegionInfo.originRegionID)
{
m_rootAgents.Remove(avatar.UUID);
m_log.Info("[MONEY]: Removing " + avatar.Firstname + " " + avatar.Lastname + " as a root agent");
// m_log.Debug("[MONEY]: Removing " + avatar.Firstname + " " + avatar.Lastname + " as a root agent");
}
}
}