1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00

lvmpolld-client: standardize cmdline parameter

This commit is contained in:
Ondrej Kozina 2016-03-10 13:04:39 +01:00
parent 3d3d55f54d
commit d93e6156b9

View File

@ -221,7 +221,7 @@ static int _process_poll_init(const struct cmd_context *cmd, const char *poll_ty
LVMPD_PARM_VGNAME " = %s", id->vg_name,
LVMPD_PARM_LVNAME " = %s", id->lv_name,
LVMPD_PARM_INTERVAL " = %s", str,
"cmdline = %s", cmd->cmd_line, /* FIXME: debug param only */
LVMPD_PARM_CMDLINE " = %s", cmd->cmd_line, /* FIXME: debug param only */
NULL)) {
log_error("Failed to create %s request.", poll_type);
goto out_req;