Re: [Qemu-devel] [PATCH] qemu-img: Fix error message

2010-02-19 Thread Anthony Liguori
On 02/17/2010 05:33 AM, Kevin Wolf wrote: When qemu-img can't open the new backing file for a rebase, it prints an error message which contains the file name of the old backing file. This is wrong, obviously. Signed-off-by: Kevin Wolf Applied. Thanks. Regards, Anthony Liguori --- qem

[Qemu-devel] [PATCH] qemu-img: Fix error message

2010-02-17 Thread Kevin Wolf
When qemu-img can't open the new backing file for a rebase, it prints an error message which contains the file name of the old backing file. This is wrong, obviously. Signed-off-by: Kevin Wolf --- qemu-img.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/qemu-img.c b/q