mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
* Attempted resolution for mantis 854
* Also adds more temporary debugging goo in case the fix didn't work
This commit is contained in:
@@ -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"))
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user