Remove double error message in qemu_option_set()
commit51693297d7c5cb4bd2a02b837d859c99bfb2d08f
authorMark McLoughlin <markmc@redhat.com>
Tue, 6 Oct 2009 11:17:00 +0000 (6 12:17 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 6 Oct 2009 19:36:11 +0000 (6 14:36 -0500)
tree0f9c4a01b3ee9595f2f3b7655053768fc5f2edc6
parenta676968b7f71d8d94d4e083fadb9661f37846d0a
Remove double error message in qemu_option_set()

qemu_opt_set() prints an error message in all failure cases, so
qemu_set_option() doesn't need to print another error.

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
qemu-config.c