Re: [libvirt] [PATCH v2] vsh: Using VSH_REQUIRE_OPTION rather than virReportError

2016-10-28 Thread John Ferlan
On 10/18/2016 01:33 PM, Kothapally Madhu Pavan wrote: > Correcting the error reporting method by using VSH_REQUIRE_OPTION > instead of virReportError > > Signed-off-by: Kothapally Madhu Pavan > --- > tools/virsh-domain.c |7 +-- > 1 file changed, 1 insertion(+), 6 deletions(-) > ACK

[libvirt] [PATCH v2] vsh: Using VSH_REQUIRE_OPTION rather than virReportError

2016-10-18 Thread Kothapally Madhu Pavan
Correcting the error reporting method by using VSH_REQUIRE_OPTION instead of virReportError Signed-off-by: Kothapally Madhu Pavan --- tools/virsh-domain.c |7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c index 050e7fb..e1cb2