mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
Formatting cleanup, minor refactoring, svn properties.
This commit is contained in:
@@ -90,7 +90,7 @@ namespace OpenSim.Framework
|
||||
// see IXmlSerializable
|
||||
public void ReadXml(XmlReader reader)
|
||||
{
|
||||
// m_log.DebugFormat("[TASK INVENTORY]: ReadXml current node before actions, {0}", reader.Name);
|
||||
// m_log.DebugFormat("[TASK INVENTORY]: ReadXml current node before actions, {0}", reader.Name);
|
||||
|
||||
if (!reader.IsEmptyElement)
|
||||
{
|
||||
@@ -114,7 +114,7 @@ namespace OpenSim.Framework
|
||||
// of the element wrapping this object so that the rest of the serialization can complete normally.
|
||||
reader.Read();
|
||||
|
||||
// m_log.DebugFormat("[TASK INVENTORY]: ReadXml current node after actions, {0}", reader.Name);
|
||||
// m_log.DebugFormat("[TASK INVENTORY]: ReadXml current node after actions, {0}", reader.Name);
|
||||
}
|
||||
|
||||
// see IXmlSerializable
|
||||
|
||||
Reference in New Issue
Block a user