Re: [libvirt] [PATCH 4/8] Fix up the error message if we can't parse the snapshot XML.

2010-04-27 Thread Chris Lalancette
On 04/23/2010 02:06 PM, Matthias Bolte wrote: 2010/4/23 Chris Lalancette clala...@redhat.com: Signed-off-by: Chris Lalancette clala...@redhat.com --- src/conf/domain_conf.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/conf/domain_conf.c

Re: [libvirt] [PATCH 4/8] Fix up the error message if we can't parse the snapshot XML.

2010-04-27 Thread Matthias Bolte
2010/4/27 Chris Lalancette clala...@redhat.com: On 04/23/2010 02:06 PM, Matthias Bolte wrote: 2010/4/23 Chris Lalancette clala...@redhat.com: Signed-off-by: Chris Lalancette clala...@redhat.com ---  src/conf/domain_conf.c |    3 +--  1 files changed, 1 insertions(+), 2 deletions(-) diff

Re: [libvirt] [PATCH 4/8] Fix up the error message if we can't parse the snapshot XML.

2010-04-27 Thread Chris Lalancette
On 04/27/2010 02:08 PM, Matthias Bolte wrote: XML description for %s is not well formed or invalid Ah, sorry. I missed the fact that VIR_ERR_XML_ERROR results in this format string. I'm fine with the original patch then. ACK. If you grep the codebase for VIR_ERR_XML_ERROR then you'll

[libvirt] [PATCH 4/8] Fix up the error message if we can't parse the snapshot XML.

2010-04-23 Thread Chris Lalancette
Signed-off-by: Chris Lalancette clala...@redhat.com --- src/conf/domain_conf.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index 6dc26c3..139712a 100644 --- a/src/conf/domain_conf.c +++ b/src/conf/domain_conf.c @@

Re: [libvirt] [PATCH 4/8] Fix up the error message if we can't parse the snapshot XML.

2010-04-23 Thread Matthias Bolte
2010/4/23 Chris Lalancette clala...@redhat.com: Signed-off-by: Chris Lalancette clala...@redhat.com ---  src/conf/domain_conf.c |    3 +--  1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index 6dc26c3..139712a 100644 ---