summaryrefslogtreecommitdiff
path: root/libvirt-override-virConnect.py
diff options
context:
space:
mode:
authorPeter Krempa <pkrempa@redhat.com>2017-03-29 16:58:59 +0200
committerPeter Krempa <pkrempa@redhat.com>2017-03-29 16:58:59 +0200
commitf261fd3e3c85d7b21df8e3d63909d6c1f63cf6d0 (patch)
tree43de8402093c5315b3a9ce842613f93b261c3463 /libvirt-override-virConnect.py
parent405f537bd0ac64c57bc39e64e48020a750f42280 (diff)
downloadlibvirt-python-f261fd3e3c85d7b21df8e3d63909d6c1f63cf6d0.tar.gz
event: fix comment for _dispatchDomainEventMetadataChangeCallback
The comment was copied from the device removal failed event.
Diffstat (limited to 'libvirt-override-virConnect.py')
-rw-r--r--libvirt-override-virConnect.py2
1 files changed, 1 insertions, 1 deletions
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"]