]> git.ipfire.org Git - thirdparty/libvirt.git/commit
snapshot: Improve message for VIR_ERR_INVALID_DOMAIN_SNAPSHOT v5.1.0-rc2
authorEric Blake <eblake@redhat.com>
Mon, 25 Feb 2019 16:37:58 +0000 (10:37 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 27 Feb 2019 20:21:10 +0000 (14:21 -0600)
commit33a07b8e4154b25f7119c0d2177983a5a1f1cae0
treea790cb897833ec27b8e3c7a4b217ee00c80ca32d
parent438ff363170d3e25291f0d58244320f7769e230b
snapshot: Improve message for VIR_ERR_INVALID_DOMAIN_SNAPSHOT

For consistency with other error messages, and the fact that
the object is always called a virDomainSnapshot rather than
a mere virSnapshot, include the word "domain" in the error
message.

Suggested-by: John Ferlan <jferlan@redhat.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
src/util/virerror.c