* Minor: log message correction

0.6.0-stable
Justin Clarke Casey 2008-04-07 16:46:49 +00:00
parent 2caea75aa8
commit c5a5555d4f
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ namespace OpenSim.Framework
// of the element wrapping this object so that the rest of the serialization can complete normally. // of the element wrapping this object so that the rest of the serialization can complete normally.
reader.Read(); 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 // see IXmlSerializable