summaryrefslogtreecommitdiff
path: root/virtManager/object/domain.py
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2020-09-23 14:33:17 -0400
committerCole Robinson <crobinso@redhat.com>2020-09-23 14:33:17 -0400
commit9c13d2f8788414f1ab5b0300ce82b5d9ce277880 (patch)
treebff9937be41f8c08144e7adbf417570de3bdc729 /virtManager/object/domain.py
parent12fe58cd918db0076b627bbb007ed93598464de4 (diff)
downloadvirt-manager-9c13d2f8788414f1ab5b0300ce82b5d9ce277880.tar.gz
Remove use of problematic terminology
Following kernel recommendation here: https://lkml.org/lkml/2020/7/4/229 Signed-off-by: Cole Robinson <crobinso@redhat.com>
Diffstat (limited to 'virtManager/object/domain.py')
-rw-r--r--virtManager/object/domain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/virtManager/object/domain.py b/virtManager/object/domain.py
index 2f4a4fd0..6d5e28e7 100644
--- a/virtManager/object/domain.py
+++ b/virtManager/object/domain.py
@@ -393,7 +393,7 @@ class vmmDomain(vmmLibvirtObject):
self.get_uuid() == "00000000-0000-0000-0000-000000000000"):
# We don't want virt-manager to track Domain-0 since it
# doesn't work with our UI. Raising an error will ensures it
- # is blacklisted.
+ # is denylisted.
raise RuntimeError( # pragma: no cover
"Can't track Domain-0 as a vmmDomain")