Re: [libvirt] [PATCH] virsh: Insert error messages to avoid a quiet abortion of commands

2011-03-14 Thread Eric Blake
On 03/14/2011 09:33 AM, Eric Blake wrote: > On 03/14/2011 06:34 AM, Michal Privoznik wrote: >> in case of incorrect option parsing. >> --- >> My former patch introduced a regression: >> https://bugzilla.redhat.com/show_bug.cgi?id=605660 >> >> tools/virsh.c | 52 ++

Re: [libvirt] [PATCH] virsh: Insert error messages to avoid a quiet abortion of commands

2011-03-14 Thread Eric Blake
On 03/14/2011 06:34 AM, Michal Privoznik wrote: > in case of incorrect option parsing. > --- > My former patch introduced a regression: > https://bugzilla.redhat.com/show_bug.cgi?id=605660 > > tools/virsh.c | 52 ++-- > 1 files changed, 38 inserti

[libvirt] [PATCH] virsh: Insert error messages to avoid a quiet abortion of commands

2011-03-14 Thread Michal Privoznik
in case of incorrect option parsing. --- My former patch introduced a regression: https://bugzilla.redhat.com/show_bug.cgi?id=605660 tools/virsh.c | 52 ++-- 1 files changed, 38 insertions(+), 14 deletions(-) diff --git a/tools/virsh.c b/tools/vi