error: Don't decorate original error message when adding to it
commit8aa802a6b768e811e492c7404a58c52ecfb382ed
authorMarkus Armbruster <armbru@redhat.com>
Fri, 18 Dec 2015 15:35:13 +0000 (18 16:35 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Wed, 13 Jan 2016 14:16:17 +0000 (13 15:16 +0100)
treed2d73d2fa9d75f051f63fd4cfa5e095e9a293652
parent8277d2aa58fe4f8f3ee394ea647ea652faf822a4
error: Don't decorate original error message when adding to it

Prepend the additional information, colon, space to the original
message without enclosing it in parenthesis or quotes, like we do
elsewhere.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <1450452927-8346-11-git-send-email-armbru@redhat.com>
hw/core/qdev-properties.c
qemu-img.c
tests/test-aio.c
tests/test-thread-pool.c