This commit is contained in:
Kathy Ruffing 2012-05-24 15:03:18 +00:00
parent 12873d9187
commit 7c6d40c27f

View File

@ -59,7 +59,7 @@ namespace VEPROMS.CSLA.Library
if (xmlNode.Name == "DocStyle") return xn;
if (xmlNode.Name == "StructureStyle")
{
Volian.Base.Library.DebugText.WriteLine("vlnFormatDocument:LookupSingleNode:StructureStyle - shouldn't get to this line of code.");
Volian.Base.Library.DebugText.WriteLine("vlnFormatDocument:LookupSingleNode:StructureStyle - shouldn't get to this line of code.\r\nPath = {0}", path);
return xn; // User Format (sub format) - shouldn't? inherit? -need to check
}
if (xn != null) return xn;