error: Revert unwanted change of warning messages
commit70f17a15ca0fe47eeae1ac83086130e6e7ba57c8
authorMarkus Armbruster <armbru@redhat.com>
Wed, 19 Jul 2017 07:33:34 +0000 (19 09:33 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 24 Jul 2017 12:16:29 +0000 (24 14:16 +0200)
treec26807848ce73bcdb614ec1cc3db095310c5b949
parentdf95f1a298a3e16c80293343143dcedbe7978f6c
error: Revert unwanted change of warning messages

Commit 97f4030 changed warning messages from

    timestamp-if-enabled progname ":" location "warning: " message

to

    "warning: " timestamp-if-enabled progname ":" location message

This regressed qemu-iotests 051.  Put "warning: " right back where it
was, along with "info: ".

Reported-by: Kevin Wolf <kwolf@redhat.com>
Cc: Alistair Francis <alistair.francis@xilinx.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <1500449614-16811-1-git-send-email-armbru@redhat.com>
Reviewed-by: Alistair Francis <alistair.francis@xilinx.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
util/qemu-error.c