Re: [libvirt] [PATCH] vsh: Using vshError rather than virReportError

2016-10-18 Thread Madhu Pavan
On 10/18/2016 07:33 PM, Peter Krempa wrote: On Tue, Oct 18, 2016 at 07:39:16 -0400, Kothapally Madhu Pavan wrote: Correcting the error reporting method by using vshError instead of virReportError Signed-off-by: Kothapally Madhu Pavan --- tools/virsh-domain.c |

Re: [libvirt] [PATCH] vsh: Using vshError rather than virReportError

2016-10-18 Thread Peter Krempa
On Tue, Oct 18, 2016 at 07:39:16 -0400, Kothapally Madhu Pavan wrote: > Correcting the error reporting method by using vshError > instead of virReportError > > Signed-off-by: Kothapally Madhu Pavan > --- > tools/virsh-domain.c |6 +++--- > 1 file changed, 3

[libvirt] [PATCH] vsh: Using vshError rather than virReportError

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