XXX DEBUGGING!

This commit is contained in:
Diva Canto
2011-04-30 16:53:43 -07:00
parent 00e94b0ba8
commit 56df746133
2 changed files with 12 additions and 2 deletions

View File

@@ -454,6 +454,7 @@ namespace OpenSim.Framework
{
OSDMap info = new OSDMap(4);
info["sog"] = OSD.FromString(so.ToXml2());
m_log.DebugFormat("[XXX] {0}", so.ToXml2());
info["extra"] = OSD.FromString(so.ExtraToXmlString());
info["modified"] = OSD.FromBoolean(so.HasGroupChanged);
try
@@ -462,7 +463,7 @@ namespace OpenSim.Framework
}
catch (IndexOutOfRangeException e)
{
m_log.WarnFormat("[CHILD AGENT DATA]: scrtips list is shorter than object list.");
m_log.WarnFormat("[CHILD AGENT DATA]: scripts list is shorter than object list.");
}
attObjs.Add(info);