error: Drop bogus "use error_setg() instead" admonitions
commit80313fb53d8048882848b6f63daaeb29dc319765
authorMarkus Armbruster <armbru@redhat.com>
Fri, 19 Oct 2018 12:39:23 +0000 (19 14:39 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Fri, 19 Oct 2018 13:47:09 +0000 (19 15:47 +0200)
tree30b64e286d4526673ab9aebbb6b555827e611bb3
parent04788ba2edb4dc30c934e49581a8c645937667c5
error: Drop bogus "use error_setg() instead" admonitions

Commit 97f40301f1d "error: Functions to report warnings and
informational messages" copied the "use error_setg() instead"
admonition from the error reporting functions to new functions even
though it doesn't actually apply there.  Drop it.  Also drop it from
vreport(), where it doesn't apply anymore.

Reported-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20181019123923.26649-1-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
util/qemu-error.c