Re: [libvirt] [PATCH 2/2] qemu: Report also domain name in error message when domain object wasn't found

2013-04-15 Thread Peter Krempa
On 04/12/13 18:10, Daniel P. Berrange wrote: On Fri, Apr 12, 2013 at 03:24:56PM +0200, Peter Krempa wrote: Report the errors as: Domain not found: no domain with matching uuid '41414141-4141-4141-4141-414141414141' (crashtest) instead of: Domain not found: no domain with matching uuid '4141414

Re: [libvirt] [PATCH 2/2] qemu: Report also domain name in error message when domain object wasn't found

2013-04-12 Thread Daniel P. Berrange
On Fri, Apr 12, 2013 at 03:24:56PM +0200, Peter Krempa wrote: > Report the errors as: > Domain not found: no domain with matching uuid > '41414141-4141-4141-4141-414141414141' (crashtest) > instead of: > Domain not found: no domain with matching uuid > '41414141-4141-4141-4141-414141414141' > ---

[libvirt] [PATCH 2/2] qemu: Report also domain name in error message when domain object wasn't found

2013-04-12 Thread Peter Krempa
Report the errors as: Domain not found: no domain with matching uuid '41414141-4141-4141-4141-414141414141' (crashtest) instead of: Domain not found: no domain with matching uuid '41414141-4141-4141-4141-414141414141' --- src/qemu/qemu_driver.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletio