diff --git a/PROMS/VEPROMS.CSLA.Library/Format/vlnFormat.cs b/PROMS/VEPROMS.CSLA.Library/Format/vlnFormat.cs index c7a3a5d8..a018279d 100644 --- a/PROMS/VEPROMS.CSLA.Library/Format/vlnFormat.cs +++ b/PROMS/VEPROMS.CSLA.Library/Format/vlnFormat.cs @@ -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;