1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-02-24 17:57:48 +03:00

lvmdbusd: Add debug output for which lvm binary is used

This commit is contained in:
Tony Asleson 2022-05-25 15:59:11 -05:00
parent b3407b16c1
commit 51d9b686c0

View File

@ -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()