Create regression test TestSendAgentGroupDataUpdate() for groups agent data sending

This commit is contained in:
Justin Clark-Casey (justincc)
2013-12-18 23:35:38 +00:00
parent 51da52f904
commit a5ca15c428
4 changed files with 71 additions and 8 deletions

View File

@@ -295,9 +295,9 @@ namespace OpenSim.Region.ClientStack.Linden
{
// Register an event queue for the client
//m_log.DebugFormat(
// "[EVENTQUEUE]: OnRegisterCaps: agentID {0} caps {1} region {2}",
// agentID, caps, m_scene.RegionInfo.RegionName);
m_log.DebugFormat(
"[EVENTQUEUE]: OnRegisterCaps: agentID {0} caps {1} region {2}",
agentID, caps, m_scene.RegionInfo.RegionName);
// Let's instantiate a Queue for this agent right now
TryGetQueue(agentID);