summaryrefslogtreecommitdiff
path: root/daemons/lvmdbusd/request.py
diff options
context:
space:
mode:
authorTony Asleson <tasleson@redhat.com>2022-08-09 17:55:27 -0500
committerTony Asleson <tasleson@redhat.com>2022-09-16 10:49:36 -0500
commit6b9cc7432ec70461217c081b5d38065236aec887 (patch)
tree40dc92fe5255f6e44076ee86877177ebecbcba60 /daemons/lvmdbusd/request.py
parentc13efb2ffc90853884e77f0d2b28e8d1936c74d0 (diff)
downloadlvm2-6b9cc7432ec70461217c081b5d38065236aec887.tar.gz
lvmdbusd: Remove exclusionary language
Diffstat (limited to 'daemons/lvmdbusd/request.py')
-rw-r--r--daemons/lvmdbusd/request.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemons/lvmdbusd/request.py b/daemons/lvmdbusd/request.py
index eaec04c28..e069cfdc1 100644
--- a/daemons/lvmdbusd/request.py
+++ b/daemons/lvmdbusd/request.py
@@ -76,7 +76,7 @@ class RequestEntry(object):
# have gotten a job by the time we hit an error
# Lets get the stacktrace and set that to the error message
st = traceback.format_exc()
- cfg.blackbox.dump()
+ cfg.flightrecorder.dump()
log_error("Exception returned to client: \n%s" % st)
self.register_error(-1, str(e), e)