summaryrefslogtreecommitdiff
path: root/daemons
diff options
context:
space:
mode:
authorTony Asleson <tasleson@redhat.com>2022-05-25 15:59:11 -0500
committerTony Asleson <tasleson@redhat.com>2022-06-30 10:55:16 -0500
commit51d9b686c08d963c61898d407d15abf39f129d72 (patch)
tree60e44399a68eb75b34a54d7d15480490325ecc3e /daemons
parentb3407b16c1c7b5bff01e3bde4e0f62a2608682f8 (diff)
downloadlvm2-51d9b686c08d963c61898d407d15abf39f129d72.tar.gz
lvmdbusd: Add debug output for which lvm binary is used
Diffstat (limited to 'daemons')
-rw-r--r--daemons/lvmdbusd/main.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/daemons/lvmdbusd/main.py b/daemons/lvmdbusd/main.py
index b0a82d492..1e717ef69 100644
--- a/daemons/lvmdbusd/main.py
+++ b/daemons/lvmdbusd/main.py
@@ -127,6 +127,8 @@ def main():
log_error("You cannot specify --lvmshell and --nojson")
sys.exit(1)
+ log_debug("Using lvm binary: %s" % cfg.LVM_CMD)
+
# We will dynamically add interfaces which support vdo if it
# exists.
cfg.vdo_support = supports_vdo()