]> xenbits.xensource.com Git - libvirt.git/commit
Don't overwrite virRun error messages
authorCole Robinson <crobinso@redhat.com>
Tue, 8 Mar 2011 18:46:29 +0000 (13:46 -0500)
committerCole Robinson <crobinso@redhat.com>
Wed, 9 Mar 2011 13:53:12 +0000 (08:53 -0500)
commit91893014266027735abb342d74e3701cea4e309e
tree5cdf39218863e7ab103ff890d24c31e77f7bd1b1
parentae1c5a936c32bae38d8be21484c58c890111f024
Don't overwrite virRun error messages

virRun gives pretty useful error output, let's not overwrite it unless there
is a good reason. Some places were providing more information about what
the commands were _attempting_ to do, however that's usually less useful from
a debugging POV than what actually happened.
src/lxc/veth.c
src/openvz/openvz_driver.c
src/qemu/qemu_driver.c
src/storage/storage_backend.c
src/storage/storage_backend_logical.c
src/vmware/vmware_driver.c