Re: [Qemu-block] [PATCH v2 02/13] qemu-io: Remove duplicate 'open' error message

2015-09-04 Thread Max Reitz
On 04.09.2015 19:18, Kevin Wolf wrote: > 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 Reviewed-by: Max Reitz signature.asc Description: OpenPGP digital signatu

[Qemu-block] [PATCH v2 02/13] qemu-io: Remove duplicate 'open' error message

2015-09-04 Thread Kevin Wolf
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 --- qemu-io.c | 1 - 1 file changed, 1 deletion(-) diff --git a/qemu-io.c b/qemu-io.c index f1e3a67..269f17c 100644 --- a/q