[libvirt] [PATCH] Fix the event name in vshEventTrayChangePrint

Ján Tomko jtomko at redhat.com
Thu May 28 12:16:01 UTC 2015


https://bugzilla.redhat.com/show_bug.cgi?id=1206114#c5

Reported by: zhenfeng wang <zhwang at redhat.com>
---
 tools/virsh-domain.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Pushed as trivial.

diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c
index 91a1ca2..fc4d1fc 100644
--- a/tools/virsh-domain.c
+++ b/tools/virsh-domain.c
@@ -12076,7 +12076,7 @@ vshEventTrayChangePrint(virConnectPtr conn ATTRIBUTE_UNUSED,
     if (!data->loop && *data->count)
         return;
     vshPrint(data->ctl,
-             _("event 'disk-change' for domain %s disk %s: %s\n"),
+             _("event 'tray-change' for domain %s disk %s: %s\n"),
              virDomainGetName(dom), alias,
              vshDomainEventTrayChangeToString(reason));
     (*data->count)++;
-- 
2.3.6




More information about the libvir-list mailing list