]> git.proxmox.com Git - mirror_qemu.git/commit
qemu-io: Remove duplicate 'open' error message
authorKevin Wolf <kwolf@redhat.com>
Wed, 13 May 2015 08:39:13 +0000 (10:39 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 14 Sep 2015 14:51:36 +0000 (16:51 +0200)
commitff7cfd7d926eca40abeb9a1440829dc83facf54a
tree11286a4bb03e1ddaf1f14c91f9ba5b9e8bd2c4b0
parent4d2cb0925176f3eb75ef8e5f9c02cc84d7930de2
qemu-io: Remove duplicate 'open' error message

qemu_opts_parse_noisily() already prints an error message with the exact
reason why the parsing failed. No need to add another less specific one.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
qemu-io.c