1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

include lvm version in debug output

This commit is contained in:
David Teigland 2021-02-12 10:51:41 -06:00
parent c94d78f068
commit 4486f08d51

View File

@ -3000,6 +3000,7 @@ int lvm_run_command(struct cmd_context *cmd, int argc, char **argv)
_get_current_output_settings_from_args(cmd);
_apply_current_output_settings(cmd);
log_debug("Version: %s", LVM_VERSION);
log_debug("Parsing: %s", cmd->cmd_line);
if (!(cmd->command = _find_command(cmd, cmd->name, &argc, argv)))