Add commented log lines to FetchInventoryDescendents2 path for future use.

Haven't been able to resolve issue where attachments are removed by the viewer on relog on a localhost
This commit is contained in:
Justin Clark-Casey (justincc)
2011-12-09 22:32:28 +00:00
parent 63fe673af1
commit 4e9f50b878
3 changed files with 95 additions and 4 deletions

View File

@@ -113,6 +113,8 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments
return;
}
// m_log.DebugFormat("[ATTACHMENTS MODULE]: Rezzing any attachments for {0}", sp.Name);
List<AvatarAttachment> attachments = sp.Appearance.GetAttachments();
foreach (AvatarAttachment attach in attachments)
{