]> xenbits.xensource.com Git - libvirt.git/commit
tools: use vshError rather than vshPrint on failure
authorErik Skultety <eskultet@redhat.com>
Fri, 4 Nov 2016 14:21:31 +0000 (15:21 +0100)
committerErik Skultety <eskultet@redhat.com>
Mon, 14 Nov 2016 11:14:11 +0000 (12:14 +0100)
commit53525f914d219fbb6f5f8299c38a361b7bd6ba1a
tree7a3bf69e723c6a81bfbbec625d42d70c70ac8c92
parent5805492002ad291f2848468c988505de701bb9af
tools: use vshError rather than vshPrint on failure

There were a few places in our virsh* code where instead of calling vshError
on failure we called vshPrint.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
tools/virsh-domain.c
tools/virsh-volume.c
tools/vsh.c