* Attempted resolution for mantis 854
* Also adds more temporary debugging goo in case the fix didn't work0.6.0-stable
parent
042cd57e94
commit
b9b99ee87c
|
@ -82,6 +82,10 @@ namespace OpenSim.Framework
|
|||
|
||||
m_log.DebugFormat("[TASK INVENTORY]: Instantiated {0} prim items in total from xml", Count);
|
||||
|
||||
reader.Read();
|
||||
|
||||
m_log.DebugFormat("[TASK INVENTORY]: Current node {0}", reader.Name);
|
||||
|
||||
// reader.Read();
|
||||
// while (reader.Name.Equals("TaskInventoryItem"))
|
||||
// {
|
||||
|
|
|
@ -301,6 +301,9 @@ namespace OpenSim.Region.Environment.Scenes
|
|||
reader.ReadStartElement("RootPart");
|
||||
m_rootPart = SceneObjectPart.FromXml(reader);
|
||||
AddPart(m_rootPart);
|
||||
|
||||
m_log.DebugFormat("[SCENE OBJECT GROUP]: Current node {0}", reader.Name);
|
||||
|
||||
reader.ReadEndElement();
|
||||
|
||||
while (reader.Read())
|
||||
|
|
Loading…
Reference in New Issue