]> git.proxmox.com Git - mirror_qemu.git/commit - qemu-img.c
qemu-img create: Emit filename on error
authorMax Reitz <mreitz@redhat.com>
Fri, 6 Sep 2013 14:51:03 +0000 (16:51 +0200)
committerKevin Wolf <kwolf@redhat.com>
Thu, 12 Sep 2013 08:12:48 +0000 (10:12 +0200)
commitb70d8c237a0e5e829474c3a12c8783893c4e470e
tree1ba8e9838b0cab39182aa4bb73c53ac01743a9b2
parentcc84d90ff54c025190dbe49ec5fea1268217c5f2
qemu-img create: Emit filename on error

bdrv_img_create generally does not emit the target filename, although
this is pretty important information. Therefore, prepend its error
message with the output filename (if an error occurs).

Signed-off-by: Max Reitz <mreitz@redhat.com>
qemu-img.c