extend TestChildAgentEstablished() test slightly to put in EntityTransferModule. Not yet enabled.

This commit is contained in:
Justin Clark-Casey (justincc)
2011-02-18 23:05:56 +00:00
parent eb699df5f6
commit dd9efc1838
2 changed files with 12 additions and 3 deletions

View File

@@ -1161,7 +1161,9 @@ namespace OpenSim.Region.Framework.Scenes
if (m_agentTransfer != null)
m_agentTransfer.EnableChildAgents(this);
else
m_log.DebugFormat("[SCENE PRESENCE]: Unable to create child agents in neighbours, because AgentTransferModule is not active");
m_log.DebugFormat(
"[SCENE PRESENCE]: Unable to create child agents in neighbours, because AgentTransferModule is not active for region {0}",
m_scene.RegionInfo.RegionName);
IFriendsModule friendsModule = m_scene.RequestModuleInterface<IFriendsModule>();
if (friendsModule != null)