Re: [libvirt] [PATCH 3/3] virsh: use vshError consistently after virBufferError checks

2016-08-24 Thread Nishith Shah
I guess you meant "If virBufferError() reports an error, then vshError() is needed to report the error situation instead of a simple vshPrint()." :-) Had me confused for a bit there. Nishith On Wed, Aug 24, 2016 at 7:44 PM, Pino Toscano wrote: > If virBufferError()

[libvirt] [PATCH 3/3] virsh: use vshError consistently after virBufferError checks

2016-08-24 Thread Pino Toscano
If virBufferError() reports an error, then vshError() is needed to report the error situation instead of a simple vshError(). --- tools/virsh-domain.c | 12 ++-- tools/virsh-pool.c | 2 +- tools/virsh-volume.c | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git