Re: [libvirt] [PATCH v2 8/8] xml: report the filename (if any) when parsing files

2018-08-24 Thread Jiri Denemark
On Thu, Aug 16, 2018 at 13:10:31 +0100, Daniel P. Berrangé wrote: > A generic "failed to parse xml document" message without telling us > which XML file failed is quite unhelpful. > > Signed-off-by: Daniel P. Berrangé > --- > src/util/virxml.c | 3 ++- > 1 file changed, 2 insertions(+), 1

[libvirt] [PATCH v2 8/8] xml: report the filename (if any) when parsing files

2018-08-16 Thread Daniel P . Berrangé
A generic "failed to parse xml document" message without telling us which XML file failed is quite unhelpful. Signed-off-by: Daniel P. Berrangé --- src/util/virxml.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/util/virxml.c b/src/util/virxml.c index