Re: [libvirt] [PATCH 11/11] Fix error handling in virsh when listing storage volumes

2010-11-19 Thread Eric Blake
On 11/12/2010 09:22 AM, Daniel P. Berrange wrote: > virsh was not checking for a error code when listing storage > volumes. So when listing volumes in a pool that was shutoff, > no output was displayed > > * tools/virsh.c: Fix error handling when listing volumes > --- > tools/virsh.c |6 +

[libvirt] [PATCH 11/11] Fix error handling in virsh when listing storage volumes

2010-11-12 Thread Daniel P. Berrange
virsh was not checking for a error code when listing storage volumes. So when listing volumes in a pool that was shutoff, no output was displayed * tools/virsh.c: Fix error handling when listing volumes --- tools/virsh.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git