Re: [libvirt] [PATCH] Don't overwrite virRun error messages

2011-03-09 Thread Cole Robinson
On 03/08/2011 10:27 PM, Eric Blake wrote: > On 03/08/2011 11:50 AM, Cole Robinson wrote: >> 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'

Re: [libvirt] [PATCH] Don't overwrite virRun error messages

2011-03-08 Thread Eric Blake
On 03/08/2011 11:50 AM, Cole Robinson wrote: > 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 th

[libvirt] [PATCH] Don't overwrite virRun error messages

2011-03-08 Thread Cole Robinson
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