mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
virsh: Fix typo of metadata
Signed-off-by: Han Han <hhan@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
96a39aad70
commit
f57a8cd3df
@ -13559,7 +13559,7 @@ virshEventMetadataChangePrint(virConnectPtr conn G_GNUC_UNUSED,
|
|||||||
{
|
{
|
||||||
virBuffer buf = VIR_BUFFER_INITIALIZER;
|
virBuffer buf = VIR_BUFFER_INITIALIZER;
|
||||||
|
|
||||||
virBufferAsprintf(&buf, _("event 'metdata-change' for domain %s: %s %s\n"),
|
virBufferAsprintf(&buf, _("event 'metadata-change' for domain %s: %s %s\n"),
|
||||||
virDomainGetName(dom),
|
virDomainGetName(dom),
|
||||||
UNKNOWNSTR(virshEventMetadataChangeTypeTypeToString(type)),
|
UNKNOWNSTR(virshEventMetadataChangeTypeTypeToString(type)),
|
||||||
NULLSTR(nsuri));
|
NULLSTR(nsuri));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user