[libvirt] [python PATCH 1/2] event: fix comment for _dispatchDomainEventMetadataChangeCallback

Peter Krempa pkrempa at redhat.com
Wed Mar 29 15:00:54 UTC 2017


The comment was copied from the device removal failed event.
---
 libvirt-override-virConnect.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libvirt-override-virConnect.py b/libvirt-override-virConnect.py
index bcd72ac..35009bb 100644
--- a/libvirt-override-virConnect.py
+++ b/libvirt-override-virConnect.py
@@ -244,7 +244,7 @@
         return 0

     def _dispatchDomainEventMetadataChangeCallback(self, dom, mtype, nsuri, cbData):
-        """Dispatches event to python user domain device removal failed event callbacks
+        """Dispatches event to python user domain metadata change event callbacks
         """
         cb = cbData["cb"]
         opaque = cbData["opaque"]
-- 
2.12.1




More information about the libvir-list mailing list