mirror of https://gitee.com/openkylin/libvirt.git
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
tools
|
@ -13559,7 +13559,7 @@ virshEventMetadataChangePrint(virConnectPtr conn G_GNUC_UNUSED,
|
|||
{
|
||||
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),
|
||||
UNKNOWNSTR(virshEventMetadataChangeTypeTypeToString(type)),
|
||||
NULLSTR(nsuri));
|
||||
|
|
Loading…
Reference in New Issue