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