]> git.proxmox.com Git - qemu.git/commit
qemu-img: Fix error message
authorKevin Wolf <kwolf@redhat.com>
Wed, 17 Feb 2010 11:33:17 +0000 (12:33 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 19 Feb 2010 21:53:54 +0000 (15:53 -0600)
commit584771e6b6cba9f1571264645e15272d0ce9fe8e
treea4dc0852eeea2831f6657d875126932e6f19aa65
parent60b1bd4fc5b2f5046b7b64fa5ce9c2930d482eac
qemu-img: Fix error message

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 <kwolf@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
qemu-img.c