From: handa Date: Mon, 9 Nov 2009 06:02:48 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-lib-cs.git;a=commitdiff_plain;h=8d3e6ab553a0e3210177eb86eae8065f2c5e900e *** empty log message *** --- diff --git a/XmlExpr.cs b/XmlExpr.cs index 0bc2421..c10a312 100644 --- a/XmlExpr.cs +++ b/XmlExpr.cs @@ -61,7 +61,7 @@ namespace System.Xml string str = (InnerException != null ? InnerException.ToString () : base.ToString ()) + "\n" + "Xexpression:" + name + "\n"; if (node != null) - str += " at " + node.OuterXml + "\n"; + str += " at " + node.Parent.OuterXml + "\n"; if (stack != null) { str += "Call stack: ";