Merge commit 'e3c522e2118108a01d2c6f77c8065224d53d6bb9' into bigmerge

avinationmerge
Melanie 2011-10-12 07:05:57 +01:00
commit e18a76f6d6
1 changed files with 1 additions and 1 deletions

View File

@ -2991,7 +2991,7 @@ namespace OpenSim.Region.Framework.Scenes
/// </summary>
public void SendAppearanceToAllOtherAgents()
{
m_log.DebugFormat("[SCENE PRESENCE] SendAppearanceToAllOtherAgents: {0} ({1})", Name, UUID);
//m_log.DebugFormat("[SCENE PRESENCE] SendAppearanceToAllOtherAgents: {0} ({1})", Name, UUID);
// only send update from root agents to other clients; children are only "listening posts"
if (IsChildAgent)
{