]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: error: Reword some unused error messages
authorPeter Krempa <pkrempa@redhat.com>
Thu, 13 Dec 2018 11:32:29 +0000 (12:32 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 14 Dec 2018 12:28:43 +0000 (13:28 +0100)
commit2de10ac4920e718ec9a098a7959f4e6d86fd7f97
tree99750ef5330d07aec76f50a4038cf2ce6f3d9d49
parent8f1bfd8fdb89fd10e2d4039ff5f56f2c931f0f91
util: error: Reword some unused error messages

Simplify wording of the error string for VIR_ERR_OPEN_FAILED and
VIR_ERR_CALL_FAILED. The error codes itself are currently unused so it
will not impact any client.

This will simplify upcomming patch which refactors how we convert these.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
src/util/virerror.c