Fix a nullref in attachment handling. Add some debug to find the attachment

state issue
This commit is contained in:
Melanie Thielker
2010-04-23 14:41:20 +02:00
parent af778f09d5
commit 780630d7c0
4 changed files with 10 additions and 1 deletions

View File

@@ -612,6 +612,7 @@ namespace OpenSim.Region.Framework.Scenes
{
UUID itemid = new UUID(node.Attributes["UUID"].Value);
m_savedScriptState.Add(itemid, node.InnerXml);
m_log.DebugFormat("[ScriptState]: Retrieved state for script item ID {0}", itemid.ToString());
}
}
}