commit | b70d8c237a0e5e829474c3a12c8783893c4e470e | [log] [tgz] |
---|---|---|
author | Max Reitz <mreitz@redhat.com> | Fri Sep 06 16:51:03 2013 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Thu Sep 12 10:12:48 2013 +0200 |
tree | 1ba8e9838b0cab39182aa4bb73c53ac01743a9b2 | |
parent | cc84d90ff54c025190dbe49ec5fea1268217c5f2 [diff] |
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>